Public Overloads Function LoadOne( _ ByVal tableName As String _ ) As Dictionary(Of String,Object)
Dim instance As BaseDatabaseProvider Dim tableName As String Dim value As Dictionary(Of String,Object) value = instance.LoadOne(tableName)
public Dictionary<string,object> LoadOne( string tableName )
public: Dictionary<string*,Object*>* LoadOne( string* tableName )
public: Dictionary<String^,Object^>^ LoadOne( String^ tableName )
Parameters
- tableName
- The name of the table