KREDOR Business Object Framework Documentation

Database Class

Represents a database. Contains collections of tables and views. Used by the business class generation wizard.

For a list of all members of this type, see Database Members.

System.Object
   BusinessObject
      MetaType
         Database

public class Database : MetaType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ConnectionString in DataSource should have "Database=master".

Requirements

Namespace: Kredor.BO.MetaTypes

Assembly: KREDOR.BOFramework (in KREDOR.BOFramework.dll)

See Also

Database Members | Kredor.BO.MetaTypes Namespace