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




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) _
) 
Dim instance As BaseDatabaseProvider
Dim dataTable As DataTable
Dim sql As String
Dim parameters As Dictionary(Of String,Object)
 
instance.FillDataTable(dataTable, sql, parameters)
public virtual void FillDataTable( 
   DataTable dataTable,
   string sql,
   Dictionary<string,object> parameters
)
public: virtual void FillDataTable( 
   DataTable* dataTable,
   string* sql,
   Dictionary<string*,Object*>* parameters
) 
public:
virtual 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

BaseDatabaseProvider Class
BaseDatabaseProvider Members
Overload List