KREDOR Business Object Framework Documentation

SysTable Class

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.

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

System.Object
   BusinessObject
      MetaType
         SysTable

public class SysTable : 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.

Requirements

Namespace: Kredor.BO.MetaTypes

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

See Also

SysTable Members | Kredor.BO.MetaTypes Namespace