The IDatabaseSchema type exposes the following members.

Methods

  NameDescription
Public methodRefresh
Allows the object to be refreshed.
(Inherited from ISchemaObject.)

Properties

  NameDescription
Public propertyCommands
Provides access to the commands contained in the database.
Public propertyConnectionString
Gets or sets the current connection string for this instance.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from ISchemaObject.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyDefaultExtendedProperties (Inherited from ISchemaObject.)
Public propertyDescription
The description of the object.
(Inherited from ISchemaObject.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.)
Public propertyFullName
Returns the owner and name of the table.
(Inherited from ISchemaObject.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyProvider
Gets or sets the current provider for this instance.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)
Public propertyTables
Provides access to the tables contained in the database.
Public propertyViews
Provides access to the views contained in the database.

See Also