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.

[Visual Basic]
Overloads Public Sub New()
[C#]
public DataManagerBase();

Example

DataManager dm = new DataManager(Config.Dsn);
dm.Dsn = ".....";

See Also

DataManagerBase Class | OrmLib Namespace | DataManagerBase Constructor Overload List