Knight Data Access Layer
LoadLookup(Type) Method




KellermanSoftware.NetDataAccessLayer Namespace > IObjectCrud Interface > LoadLookup Method : LoadLookup(Type) Method
The class type
Return a list of items with the primary key and the first string column ordered by the first string column
Syntax
Overloads Function LoadLookup( _
   ByVal type As Type _
) As Dictionary(Of String,Object)
Dim instance As IObjectCrud
Dim type As Type
Dim value As Dictionary(Of String,Object)
 
value = instance.LoadLookup(type)
Dictionary<string,object> LoadLookup( 
   Type type
)

Parameters

type
The class 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