Overloads Function LoadOne( _ ByVal tableName As String _ ) As Dictionary(Of String,Object)
Dim instance As IDataHelper Dim tableName As String Dim value As Dictionary(Of String,Object) value = instance.LoadOne(tableName)
Dictionary<string,object> LoadOne( string tableName )
Dictionary<string*,Object*>* LoadOne( string* tableName )
Dictionary<String^,Object^>^ LoadOne( String^ tableName )
Parameters
- tableName
- The table name to use
Return Value
Dictionary of columns