Advanced.Data.Provider Documentation

AdpDataReader.GetSchemaTable Method 

[This is preliminary documentation and subject to change.]

Returns a DataTable that describes the column metadata of the AdpDataReader.

[Visual Basic]
NotOverridable Public Function GetSchemaTable() As DataTable Implements _
   IDataReader.GetSchemaTable
[C#]
public DataTable GetSchemaTable();

Return Value

A DataTable that describes the column metadata.

Implements

IDataReader.GetSchemaTable

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace