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