Contents Index GetInt64 method GetOrdinal method

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

GetName method


Description 

The name of the specified column.

Syntax 

string GetName( int index )

Parameters 

index    The zero-based index of the column.

Return value 

The name of the specified column.

Implements 

IDataRecord.GetName


Contents Index GetInt64 method GetOrdinal method