The TableSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TableSchema(DatabaseSchema, String, String, DateTime) | Initializes a new instance of the TableSchema class |
![]() | TableSchema(DatabaseSchema, String, String, DateTime, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the TableSchema class |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines if another table is the same as this table.
(Inherited from SchemaObjectWithOwnerBase.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetData |
Gets the data contained within the table.
(Inherited from TabularObjectBase.) |
![]() | GetHashCode |
Returns a HashCode based on the database and name of the table.
(Inherited from SchemaObjectWithOwnerBase.) |
![]() | GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.) |
![]() | GetTableData |
Gets the data contained within the table.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDependantOf |
Determines whether the current table is a dependant of the supplied table.
|
![]() | MarkLoaded | (Inherited from SchemaObjectBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Allows you to refresh the information for this table.
(Overrides TabularObjectBase..::..Refresh()()()().) |
![]() | ToString |
Returns the name of the table.
(Inherited from SchemaObjectWithOwnerBase.) |
Fields
Name | Description | |
---|---|---|
![]() | _database | (Inherited from SchemaObjectBase.) |
![]() | _dataObjects | (Inherited from TabularObjectBase.) |
![]() | _dateCreated | (Inherited from SchemaObjectBase.) |
![]() | _defaultExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _extendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _gotExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _owner | (Inherited from SchemaObjectWithOwnerBase.) |
Properties
Name | Description | |
---|---|---|
![]() | Columns |
Provides information about the table columns.
|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.) |
![]() | DataObjects | (Overrides TabularObjectBase..::..DataObjects.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from SchemaObjectBase.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | Description |
The description of the object.
(Inherited from SchemaObjectBase.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.) |
![]() | 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 SchemaObjectWithOwnerBase.) |
![]() | 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 SchemaObjectBase.) |
![]() | 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 TabularObjectBase.) |
![]() | 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 SchemaObjectWithOwnerBase.) |
![]() | 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 SchemaObjectWithOwnerBase.) |