Item Property

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

Syntax 1

object this[ int index ]

Syntax 2

object this[ string name ]

Parameters

Access

Read-only

Implements

IDataRecord.Item