Contents Index IsDBNull method NextResult method

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

Item property


Description 

The value of a column in its native format. In C#, this property is the indexer for the AsaDataReader class.

Syntax 1 

object this[ int index ]

Syntax 2 

object this[ string name ]

Parameters 

index    The column ordinal.

name    The column name.

Access 

Read-only

Implements 

IDataRecord.Item


Contents Index IsDBNull method NextResult method