KREDOR Business Object Framework Documentation

Database Constructor (DataSource)

Initializes a new blank database object bound to the specified data source (connection string)

public Database(
   DataSource dataSource
);

Parameters

DataSource
The Kredor.BO.DataSource pointing to the location of the database.

Exceptions

Exception Type Condition
BOException  

See Also

Database Class | Kredor.BO.MetaTypes Namespace | Database Constructor Overload List