KREDOR Business Object Framework Documentation

MetaType Constructor (DataSource)

Initializes a new blank Kredor.BO.MetaTypes.MetaType object bound to the specified data source (connection string)

protected MetaType(
   DataSource dataSource
);

Parameters

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

Exceptions

Exception Type Condition
BOException  

See Also

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