The TableSchema type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines if another table is the same as this table.
(Inherited from SchemaObjectWithOwnerBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetData
Gets the data contained within the table.
(Inherited from TabularObjectBase.)
Public methodGetHashCode
Returns a HashCode based on the database and name of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetTableData
Gets the data contained within the table.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDependantOf
Determines whether the current table is a dependant of the supplied table.
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Allows you to refresh the information for this table.
(Overrides TabularObjectBase..::..Refresh()()()().)
Public methodToString
Returns the name of the table.
(Inherited from SchemaObjectWithOwnerBase.)

Fields

  NameDescription
Protected field_database (Inherited from SchemaObjectBase.)
Protected field_dataObjects (Inherited from TabularObjectBase.)
Protected field_dateCreated (Inherited from SchemaObjectBase.)
Protected field_defaultExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_extendedProperties (Inherited from SchemaObjectBase.)
Protected field_gotExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_owner (Inherited from SchemaObjectWithOwnerBase.)

Properties

  NameDescription
Public propertyColumns
Provides information about the table columns.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.)
Public propertyDataObjects (Overrides TabularObjectBase..::..DataObjects.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from SchemaObjectBase.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyDescription
The description of the object.
(Inherited from SchemaObjectBase.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.)
Public propertyForeignKeyColumns
Provides information about all columns who are members of a foreign key.
Public propertyForeignKeys
Provides information about the foreign keys (keys where the current table is the foreign table) contained in the table.
Public propertyFullName
Returns the owner and name of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public propertyHasPrimaryKey
Provides information about the primary key of the table.
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyIndexes
Provides information about the indexes contained in the table.
Public propertyItem
Index to allow easy access to the columns in this schema object.
(Inherited from TabularObjectBase.)
Public propertyKeys
Provides information about the keys contained in the table.
Public propertyNonForeignKeyColumns
Provides information about all columns who are not members of a foreign key.
Public propertyNonKeyColumns
Provides information about all non-key columns.
Public propertyNonPrimaryKeyColumns
Provides information about all non-primary key table columns.
Public propertyOwner
Returns the owner of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public propertyPrimaryKey
Provides information about the primary key of the table.
Public propertyPrimaryKeys
Provides information about the primary keys (keys where the current table is the primary table) contained in the table.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from SchemaObjectWithOwnerBase.)

See Also