KREDOR Business Object Framework Documentation

BusinessObject Constructor

Initilizes a new blank instance bound to the default datasource specified using DataSourceAttribute at the class or assembly level.

Overload List

Initilizes a new blank instance bound to the default datasource specified using DataSourceAttribute at the class or assembly level.

protected BusinessObject();

Initilizes a new blank instance bound to the specified DataSource.

protected BusinessObject(DataSource);

See Also

BusinessObject Class | Kredor.BO Namespace