FillDataSet Method
ORM Sample Class Library

DataManagerBase.FillDataSet Method

Executes and sql string, and populates a DataSet of the given type.

Overload List

Executes and sql string, and populates a DataSet of the given type.

public DataSet FillDataSet(string,bool);

Run the sql and return the data

public void FillDataSet(string,DataSet,bool);

Executes and sql string, and populates a DataSet of the given type.

protected internal void FillDataSet(string,string,DataSet,bool);

See Also

DataManagerBase Class | OrmLib Namespace


 Â 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


workSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.