Knight Data Access Layer
GetRecords Method




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

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