KREDOR Business Object Framework Documentation

Kredor.BO.MetaTypes Namespace

Contains meta business objects used to represent databases, tables and columns. These are used by the Visual Studio integrated wizard and by the framework itself.

Namespace hierarchy

Classes

Class Description
Database Represents a database. Contains collections of tables and views. Used by the business class generation wizard.
MetaType Represents a database table. Contains a collection of table columns and methods to generate default C# and VB.Net business classes bound to the table. Used by the business class generation wizard.
SysColumn Stores and provides information about a database column. It also provides methods to generate C# and VB.Net fields and properties to represent this column in a C# or VB.NET business class.
SysComment Represents a syscomments entry.
SysTable Represents a database table. Contains a collection of table columns as well as methods to generate default C# and VB.Net business classes bound to the table. Used by the business class generator wizard integrated with Visual Studio.
SysUser Represents an SQL Server user (sysuser).