Click or drag to resize

Table Properties

The Table type exposes the following members.

Properties
  Name Description
Public property AutoIncField Gets auto-increment field for the Table, if any.
Public property Catalog Get or set catalog information for Table
Public property Connection Get IDbConnection of object
Public property Description Get or set description
Public property Fields Get or set list of Fields for Table
Public property FullName Get or set full name of Table
Public property HasAutoIncField Gets flag that determines if the Table has an auto-increment field.
Public property IdentitySQL Get or set identity SQL for Table
Public property IsForeignKeyTable Get flag of any foreign key Field
Public property IsLinked Get flag for TableType alias or link
Public property IsSystem Check for system tables and system views
Public property IsTemporary Get flag for TableType for temp
Public property IsView Check for object is view
Public property MapName Get or set name of Table
Public property Name Get name of Table
Public property Parent Get parent Table information
Public property PrimaryKeyFieldCount Get count for primary key Field
Public property Priority Get or set priority
Public property Process Get or set process flag
Public property ReferencedByForeignKeys Get flag that determines if the table has any foreign keys.
Public property RowCount Get row count in Table
Public property Schema Get or set schema name
Public property SQLEscapedName Get SQL escaped name of Table
Public property Type Get TableType
Top
See Also