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




KellermanSoftware.NetDataAccessLayer Namespace > IDatabaseProvider Interface > FillDataTable Method : FillDataTable(DataTable,String,Dictionary<String,Object>) Method
ADO.NET DataTable
The SQL text to execute
The parameters to use for the where clause
Fill a data table with the passed sql and parameters
Syntax
Overloads Sub FillDataTable( _
   ByVal dataTable As DataTable, _
   ByVal sql As String, _
   ByVal parameters As Dictionary(Of String,Object) _
) 
Dim instance As IDatabaseProvider
Dim dataTable As DataTable
Dim sql As String
Dim parameters As Dictionary(Of String,Object)
 
instance.FillDataTable(dataTable, sql, parameters)
void FillDataTable( 
   DataTable dataTable,
   string sql,
   Dictionary<string,object> parameters
)
void FillDataTable( 
   DataTable* dataTable,
   string* sql,
   Dictionary<string*,Object*>* parameters
) 
void FillDataTable( 
   DataTable^ dataTable,
   String^ sql,
   Dictionary<String^,Object^>^ parameters
) 

Parameters

dataTable
ADO.NET DataTable
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