GetSchema() Method

Syntax:

public DataTable GetSchema()

Description:

Returns metadata schema information for this connection. This behaves identical to calling GetSchema("MetaDataCollections"), which returns a list of collections that is supported by the RDM Data Provider.

See GetSchema(string, string[]) for details.

Parameters:

None

Return Value:

System.Data.DataTable

Exceptions:

Exception Condition
RdmException The SQL engine could not access the meta data. This may occur if a transaction is active for the connection.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnection.GetSchema