AmoDataReader.Item[] Property

Definition

Overloads

Item[Int32]

Gets the value of the specified column in its native format given the column ordinal.

Item[String]

Gets the value of the specified column in its native format given the column name.

Item[Int32]

Gets the value of the specified column in its native format given the column ordinal.

public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

Parameters

index
Int32

The zero-based column ordinal.

Property Value

The value of the specified column in its native format.

Implements

Applies to

Item[String]

Gets the value of the specified column in its native format given the column name.

public object this[string columnName] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(columnName As String) As Object

Parameters

columnName
String

The name of the column.

Property Value

The value of the specified column in its native format.

Implements

Applies to