SqlCeConnection::GetSchema Method
Visual Studio 2010
Returns schema information for the data source of this SqlCeConnection.
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 SqlCeConnection. (Overrides DbConnection::GetSchema().) |
|
GetSchema(String) | Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name. (Overrides DbConnection::GetSchema(String).) |
|
GetSchema(String, array<String>) | Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name and the specified string array for the restriction values. (Overrides DbConnection::GetSchema(String, array<String>).) |
Show: