The ITableSchema type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetData |
Gets the data contained within the schema object.
(Inherited from ITabularObject.) |
![]() | GetTableData |
Gets the data contained within the table.
|
![]() | Refresh |
Allows the object to be refreshed.
(Inherited from ISchemaObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Columns |
Provides information about the table columns.
|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.) |
![]() | DataObjects |
Provides information about the schema objects columns.
(Inherited from ITabularObject.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from ISchemaObject.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | DefaultExtendedProperties | (Inherited from ISchemaObject.) |
![]() | Description |
The description of the object.
(Inherited from ISchemaObject.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.) |
![]() | ForeignKeyColumns |
Provides information about all columns who are members of a foreign key.
|
![]() | ForeignKeys |
Provides information about the foreign keys (keys where the current table is the foreign table) contained in the table.
|
![]() | FullName |
Returns the owner and name of the table.
(Inherited from ISchemaObject.) |
![]() | HasPrimaryKey |
Provides information about the primary key of the table.
|
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | Indexes |
Provides information about the indexes contained in the table.
|
![]() | Item |
Index to allow easy access to the columns in this schema object.
(Inherited from ITabularObject.) |
![]() | Keys |
Provides information about the keys contained in the table.
|
![]() | NonForeignKeyColumns |
Provides information about all columns who are not members of a foreign key.
|
![]() | NonKeyColumns |
Provides information about all non-key columns.
|
![]() | NonPrimaryKeyColumns |
Provides information about all non-primary key table columns.
|
![]() | Owner |
Returns the owner of the table.
(Inherited from ISchemaObjectWithOwner.) |
![]() | PrimaryKey |
Provides information about the primary key of the table.
|
![]() | PrimaryKeys |
Provides information about the primary keys (keys where the current table is the primary table) contained in the table.
|
![]() | SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.) |