Overloads Function LoadLookup( _ ByVal type As Type _ ) As Dictionary(Of String,Object)
Dim instance As IDataHelper Dim type As Type Dim value As Dictionary(Of String,Object) value = instance.LoadLookup(type)
Dictionary<string,object> LoadLookup( Type type )
Dictionary<string*,Object*>* LoadLookup( Type* type )
Dictionary<String^,Object^>^ LoadLookup( Type^ type )
Parameters
- type
- The class type
Return Value
A list of dictionary records