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




View with Navigation Tools
KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class > 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
Public Overloads Overridable Sub FillDataTable( _
   ByVal dataTable As DataTable, _
   ByVal sql As String, _
   ByVal parameters As Dictionary(Of String,Object) _
) 

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

BaseDatabaseProvider Class
BaseDatabaseProvider Members
Overload List