OdbcConnection.GetSchema Method (String)
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Returns schema information for the data source of this OdbcConnection using the specified name for the schema name.
Namespace: System.Data.Odbc
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
public DataTable GetSchema ( String collectionName )
public override function GetSchema ( collectionName : String ) : DataTable
Parameters
- collectionName
Specifies the name of the schema to return.
Return Value
A DataTable that contains schema information.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.