Contents Index GetOrdinal method GetString method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataReader class

GetSchemaTable method


Description 

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

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


Contents Index GetOrdinal method GetString method