GetSchemaTable method

Description

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

Syntax

DataTable GetSchemaTable( )

Return value

A DataTable that describes the column metadata.

Implements

IDataReader.GetSchemaTable

Usage

This method returns metadata about each column in the following order:

For more information about these columns, see the .NET Framework documentation for SqlDataReader.GetSchemaTable.

See also

“Obtaining DataReader schema information”.