Knight Data Access Layer
LoadAll(String) Method




KellermanSoftware.NetDataAccessLayer Namespace > BaseActiveRecord<T> Class > LoadAll Method : LoadAll(String) Method
Order by SQL Clause
Load all the records from a table into a class list
Syntax
Public Overloads Function LoadAll( _
   ByVal orderBy As String _
) As List(Of T)
Dim instance As BaseActiveRecord(Of T)
Dim orderBy As String
Dim value As List(Of T)
 
value = instance.LoadAll(orderBy)
public List<T> LoadAll( 
   string orderBy
)
public: List<T*>* LoadAll( 
   string* orderBy
) 
public:
List<T^>^ LoadAll( 
   String^ orderBy
) 

Parameters

orderBy
Order by SQL Clause
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

BaseActiveRecord<T> Class
BaseActiveRecord<T> Members
Overload List