KREDOR Business Object Framework Documentation

MetaType Class

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.

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

System.Object
   BusinessObject
      MetaType
         Database
         SysColumn
         SysComment
         SysTable
         SysUser

public class MetaType : BusinessObject

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.

Requirements

Namespace: Kredor.BO.MetaTypes

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

See Also

MetaType Members | Kredor.BO.MetaTypes Namespace