The IDbSchemaProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetCommandParameters |
Gets the parameters for a given command.
|
![]() | GetCommandResultSchemas |
Gets schema information about the results of a given command.
|
![]() | GetCommands |
Gets all commands for the given database.
|
![]() | GetCommandText |
Gets the definition for a given command.
|
![]() | GetDatabaseName |
Gets the name of the database.
|
![]() | GetExtendedProperties |
Gets the extended property collection for a given schema object.
|
![]() | GetTableColumns |
Gets all columns for a given table.
|
![]() | GetTableData |
Gets the data from the given table.
|
![]() | GetTableIndexes |
Gats all of the indexes for a given table.
|
![]() | GetTableKeys |
Gets all of the table keys for a given table.
|
![]() | GetTablePrimaryKey |
Gets the primary key for a given table.
|
![]() | GetTables |
Gets all of the tables available in the database.
|
![]() | GetViewColumns |
Gets the columns for a given view.
|
![]() | GetViewData |
Gets the data from a given view.
|
![]() | GetViews |
Gets all the views available for a given database.
|
![]() | GetViewText |
Gets the definition for a given view.
|
![]() | SetExtendedProperties |
Sets the extended properties.
|
Properties
Name | Description | |
---|---|---|
![]() | Description |
Gets the description for the schema provider (E.G. SQL Server Schema Provider)..
|