OdbcConnection.GetSchema Method (String)
.NET Framework 3.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
Not applicable.
Parameters
- collectionName
Specifies the name of the schema to return.
Return Value
A DataTable that contains schema information.Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: