Function LoadByColumnWithChildren(Of T As {Class, New})( _ ByVal columnName As String, _ ByVal columnValue As Object _ ) As List(Of T)
Dim instance As IDataHelper Dim columnName As String Dim columnValue As Object Dim value As List(Of T) value = instance.LoadByColumnWithChildren(Of T)(columnName, columnValue)
List<T> LoadByColumnWithChildren<T>( string columnName, object columnValue ) where T: class, new()
List<T*>* LoadByColumnWithChildren<T>( string* columnName, Object* columnValue ) where T: ref class, gcnew()
List<T^>^ LoadByColumnWithChildrengeneric<typename T> ( String^ columnName, Object^ columnValue ) where T: ref class, gcnew()
Parameters
- columnName
- columnValue
Type Parameters
- T