DataManagerBase.FillDataSet Method (String, String, DataSet, Boolean)
Executes and sql string, and populates a DataSet of the given type.
[Visual Basic]<EditorBrowsable(State="Never")>
Overloads Protected Friend Sub FillDataSet( _
ByVal
sql As
String, _
ByVal
tables As
String, _
ByVal
dataSet As
DataSet, _
ByVal
transaction As
Boolean _
)
[C#][EditorBrowsable(State="Never")]
protected internal
void FillDataSet(
string sql,
string tables,
DataSet dataSet,
bool transaction);
Parameters
- sql
- The SQL string to execute.
- tables
- The tables, in correct order, to populate.
- dataSet
- The data set to fill.
- transaction
Return Value
The filled DataSet of the supplied Type
See Also
DataManagerBase Class | OrmLib Namespace | DataManagerBase.FillDataSet Overload List