Protected Function GetRecords( _ ByVal command As IDbCommand _ ) As List(Of Dictionary(Of String,Object))
Dim instance As BaseDatabaseProvider Dim command As IDbCommand Dim value As List(Of Dictionary(Of String,Object)) value = instance.GetRecords(command)
protected List<Dictionary<string,object>> GetRecords( IDbCommand command )
protected: List<Dictionary<string*,Object*>*>* GetRecords( IDbCommand* command )
protected: List<Dictionary<String^,Object^>^>^ GetRecords( IDbCommand^ command )
Parameters
- command
- Database command