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