The Table type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ColumnCollection |
Gets an ICollection of Column objects that
are part of the Table.
|
![]() | ColumnSpan |
Gets the number of columns that this Table contains.
|
![]() | ForeignKeyCollection |
Gets an ICollection of ForeignKey objects that
are part of the Table.
|
![]() | IndexCollection |
Gets an ICollection of Index objects that
are part of the Table.
|
![]() | IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
|
![]() | Name |
Gets or sets the name of the Table in the database.
|
![]() | PrimaryKey |
Gets or sets the PrimaryKey of the Table.
|
![]() | Schema |
Gets or sets the schema the table is in.
|
![]() | UniqueInteger |
Gets the unique number of the Table.
|
![]() | UniqueKeyCollection |
Gets an ICollection of UniqueKey objects that
are part of the Table.
|