ORM Sample Class Library

DataManagerBase Constructor

If using this constructer, the DSN will need to be set, and the DataSet type will be System.Data.DataSet.

Overload List

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);

See Also

DataManagerBase Class | OrmLib Namespace


="OrmLib.DataManagerBase.Relation.ParentTable.html">ParentTable 

Public Instance Methods