The Table type exposes the following members.

Properties

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

See Also