If using this constructer, the DSN will need to be set, and the DataSet type will be System.Data.DataSet.
If using this constructer, the DSN will need to be set, and the DataSet type will be System.Data.DataSet.
public DataManagerBase();
Prefered method of construction.
public DataManagerBase(SqlConnection,DataSet);
Prefered method of construction.
public DataManagerBase(SqlTransaction,DataSet);
Prefered method of construction.
public DataManagerBase(string,DataSet);
DataManagerBase Class | OrmLib Namespace