The Table type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Catalog | |
![]() | CheckConstraintsIterator | |
![]() | ColumnIterator |
Gets an IEnumerable of Column objects that
are part of the Table.
|
![]() | ColumnSpan |
Gets the number of columns that this Table contains.
|
![]() | Comment | |
![]() | ForeignKeyIterator |
Gets an IEnumerable of ForeignKey objects that
are part of the Table.
|
![]() | HasDenormalizedTables | |
![]() | HasPrimaryKey | |
![]() | IdentifierValue | |
![]() | IndexIterator |
Gets an ICollection of Index objects that
are part of the Table.
|
![]() | IsAbstract | |
![]() | IsAbstractUnionTable | |
![]() | IsPhysicalTable | |
![]() | IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
|
![]() | IsSchemaQuoted | |
![]() | IsSubselect | |
![]() | Name |
Gets or sets the name of the Table in the database.
|
![]() | PrimaryKey |
Gets or sets the PrimaryKey of the Table.
|
![]() | RowId | |
![]() | Schema |
Gets or sets the schema the table is in.
|
![]() | SchemaActions | |
![]() | Subselect | |
![]() | UniqueInteger |
Gets the unique number of the Table.
|
![]() | UniqueKeyIterator |
Gets an IEnumerable of UniqueKey objects that
are part of the Table.
|