Executes and sql string, and populates a DataSet of the given type.
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);
DataManagerBase Class | OrmLib Namespace
The filled DataSet of the supplied Type
DataManagerBase Class | OrmLib Namespace | DataManagerBase.FillDataSet Overload List