Knight Data Access Layer
LoadLookup(Type) Method




KellermanSoftware.NetDataAccessLayer Namespace > ObjectCrud Class > 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
Public Overloads Function LoadLookup( _
   ByVal type As Type _
) As Dictionary(Of String,Object)
Dim instance As ObjectCrud
Dim type As Type
Dim value As Dictionary(Of String,Object)
 
value = instance.LoadLookup(type)
public Dictionary<string,object> LoadLookup( 
   Type type
)
public: Dictionary<string*,Object*>* LoadLookup( 
   Type* type
) 
public:
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

ObjectCrud Class
ObjectCrud Members
Overload List