Knight Data Access Layer
LoadByColumnWithChildren<T> Method (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : LoadByColumnWithChildren<T> Method
Same as LoadByColumn except loads the associated children
Syntax
Public Function LoadByColumnWithChildren(Of T As {Class, New})( _
   ByVal columnName As String, _
   ByVal columnValue As Object _
) As List(Of T)
Dim instance As DataHelper
Dim columnName As String
Dim columnValue As Object
Dim value As List(Of T)
 
value = instance.LoadByColumnWithChildren(Of T)(columnName, columnValue)
public List<T> LoadByColumnWithChildren<T>( 
   string columnName,
   object columnValue
)
where T: class, new()
public: List<T*>* LoadByColumnWithChildren<T>( 
   string* columnName,
   Object* columnValue
) 
where T: ref class, gcnew()
public:
List<T^>^ LoadByColumnWithChildrengeneric<typename T>
( 
   String^ columnName,
   Object^ columnValue
) 
where T: ref class, gcnew()

Parameters

columnName
columnValue

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataHelper Class
DataHelper Members