Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbConnection::GetSchema Method ()

 

Returns schema information for the data source of this DbConnection.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
virtual DataTable^ GetSchema()

Return Value

Type: System.Data::DataTable^

A DataTable that contains schema information.

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

.NET Framework
Available since 2.0
Return to top
Show: