Knight Data Access Layer
LoadWhere<T>(String) Method




KellermanSoftware.NetDataAccessLayer Namespace > IObjectCrud Interface > LoadWhere Method : LoadWhere<T>(String) Method
The entity type
The where clause
Load entities matching the passed in where clause
Syntax
Overloads Function LoadWhere(Of T As {Class, New})( _
   ByVal whereClause As String _
) As List(Of T)
Dim instance As IObjectCrud
Dim whereClause As String
Dim value As List(Of T)
 
value = instance.LoadWhere(Of T)(whereClause)
List<T> LoadWhere<T>( 
   string whereClause
)
where T: class, new()
List<T*>* LoadWhere<T>( 
   string* whereClause
) 
where T: ref class, gcnew()
List<T^>^ LoadWheregeneric<typename T>
( 
   String^ whereClause
) 
where T: ref class, gcnew()

Parameters

whereClause
The where clause

Type Parameters

T
The entity type
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

IObjectCrud Interface
IObjectCrud Members
Overload List