Item property

Description

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

index: The column ordinal.

name: The column name.

Access

Read-only

Implements

IDataRecord.Item