Contents Index GetUInt64 method GetValues method

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

GetValue method


Description 

The value of the column at the specified ordinal in its native format.

Syntax 

object GetValue( int ordinal )

Parameters 

ordinal    An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.

Return Value 

The value to return.

Implements 

IDataRecord.GetValue

Usage 

This method returns DBNull for null database columns.


Contents Index GetUInt64 method GetValues method