IDBSchemaProviderEx Methods
Provides the capability to customize the database schema.| Name | Description |
|---|---|
| GetProcedures(SqlDataConnection, String[]) | Returns the stored procedures corresponding to a specific data connection. |
| GetTables(SqlDataConnection, String[]) | Returns the data tables corresponding to a specific data connection. |
| GetViews(SqlDataConnection, String[]) | Returns the data views corresponding to a specific data connection. |
| LoadColumns(SqlDataConnection, DBTable[]) | Loads columns from the specified tables. |
See Also