KREDOR Business Object Framework Documentation

SysTable Constructor (DataSource)

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

public SysTable(
   DataSource dataSource
);

Parameters

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

Exceptions

Exception Type Condition
BOException  

See Also

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