Knight Data Access Layer
GetDataTable(String,Dictionary<String,Object>) Method




KellermanSoftware.NetDataAccessLayer Namespace > IDatabaseProvider Interface > GetDataTable Method : GetDataTable(String,Dictionary<String,Object>) Method
The SQL text to execute
The parameters to use for the where clause
Get a data table using the passed parameters
Syntax
Overloads Function GetDataTable( _
   ByVal sql As String, _
   ByVal parameters As Dictionary(Of String,Object) _
) As DataTable
Dim instance As IDatabaseProvider
Dim sql As String
Dim parameters As Dictionary(Of String,Object)
Dim value As DataTable
 
value = instance.GetDataTable(sql, parameters)

Parameters

sql
The SQL text to execute
parameters
The parameters to use for the where clause
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

IDatabaseProvider Interface
IDatabaseProvider Members
Overload List