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.
OdbcConnection::GetSchema Method (String^)
.NET Framework (current version)
Returns schema information for the data source of this OdbcConnection using the specified name for the schema name.
Assembly: System.Data (in System.Data.dll)
Parameters
- collectionName
-
Type:
System::String^
Specifies the name of the schema to return.
When collectionName is null, the DataTable contains information about all available metadata and any restrictions.
Note |
|---|
All restrictions that apply to the SQLStatistics method also apply to the ODBCConnection.GetSchema("indexes") collection. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
