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