SqlCeConnection.GetSchema Method
Include Protected Members
Include Inherited Members
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.
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[]).) |
Top