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.
OleDbConnection::GetSchema Method (String^)
.NET Framework (current version)
Returns schema information for the data source of this OleDbConnection using the specified string 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 specified as null, the DataTable will contain information about all the metadata that is available, and its restrictions.
.NET Framework
Available since 2.0
Available since 2.0
Show: