DbConnection.GetSchema Method
.NET Framework 4.5
Returns schema information for the data source of this DbConnection.
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 DbConnection. |
|
GetSchema(String) | Returns schema information for the data source of this DbConnection using the specified string for the schema name. |
|
GetSchema(String, String[]) | Returns schema information for the data source of this DbConnection using the specified string for the schema name and the specified string array for the restriction values. |