.NET Framework Class Library
DbConnection..::.GetSchema Method

Returns schema information for the data source of this DbConnection.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetSchema()()()Returns schema information for the data source of this DbConnection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetSchema(String)Returns schema information for the data source of this DbConnection using the specified string for the schema name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetSchema(String, array<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.
Top
Remarks

If the connection is associated with a transaction, executing GetSchema calls may cause some providers to throw an exception.

See Also

Reference

Other Resources

Tags :


Page view tracker