OdbcConnection.GetSchema Method
.NET Framework 4.5
Returns schema information for the data source of this OdbcConnection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetSchema() | Returns schema information for the data source of this OdbcConnection. (Overrides DbConnection.GetSchema().) |
|
GetSchema(String) | Returns schema information for the data source of this OdbcConnection using the specified name for the schema name. (Overrides DbConnection.GetSchema(String).) |
|
GetSchema(String, String[]) | Returns schema information for the data source of this OdbcConnection using the specified string for the schema name and the specified string array for the restriction values. (Overrides DbConnection.GetSchema(String, String[]).) |