The DenormalizedTable type exposes the following members.

Properties

  NameDescription
Public propertyCatalog (Inherited from Table.)
Public propertyCheckConstraintsIterator (Inherited from Table.)
Public propertyColumnIterator (Overrides Table..::..ColumnIterator.)
Public propertyColumnSpan
Gets the number of columns that this Table contains.
(Inherited from Table.)
Public propertyComment (Inherited from Table.)
Public propertyForeignKeyIterator
Gets an IEnumerable of ForeignKey objects that are part of the Table.
(Inherited from Table.)
Public propertyHasDenormalizedTables (Inherited from Table.)
Public propertyHasPrimaryKey (Inherited from Table.)
Public propertyIdentifierValue (Inherited from Table.)
Public propertyIndexIterator (Overrides Table..::..IndexIterator.)
Public propertyIsAbstract (Inherited from Table.)
Public propertyIsAbstractUnionTable (Inherited from Table.)
Public propertyIsPhysicalTable (Inherited from Table.)
Public propertyIsQuoted
Gets or sets if the column needs to be quoted in SQL statements.
(Inherited from Table.)
Public propertyIsSchemaQuoted (Inherited from Table.)
Public propertyIsSubselect (Inherited from Table.)
Public propertyName
Gets or sets the name of the Table in the database.
(Inherited from Table.)
Public propertyPrimaryKey (Overrides Table..::..PrimaryKey.)
Public propertyRowId (Inherited from Table.)
Public propertySchema
Gets or sets the schema the table is in.
(Inherited from Table.)
Public propertySchemaActions (Inherited from Table.)
Public propertySubselect (Inherited from Table.)
Public propertyUniqueInteger
Gets the unique number of the Table.
(Inherited from Table.)
Public propertyUniqueKeyIterator (Overrides Table..::..UniqueKeyIterator.)

See Also