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
Public method GetSchema() Returns schema information for the data source of this SqlCeConnection. (Overrides DbConnection.GetSchema().)
Public method GetSchema(String) Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name. (Overrides DbConnection.GetSchema(String).)
Public method 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

See Also

Reference

SqlCeConnection Class

System.Data.SqlServerCe Namespace