NET Caching Library Help
GetRecords Method




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > BaseDatabaseProvider Class : GetRecords Method
Database command
Gets records using the given command
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members