Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.Item Property (Int32)

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

[Visual Basic]
NotOverridable Overloads Public Default ReadOnly Property Item( _
   ByVal i As Integer _
) _
    Implements IDataRecord.Item
 As Object _
    Implements IDataRecord.Item
[C#]
public object this[
   int i
] {get;}

Parameters

i
The zero-based column ordinal.

Property Value

The value of the specified column in its native format.

Implements

IDataRecord.Item

Exceptions

Exception Type Condition
IndexOutOfRangeException The index passed was outside the range of 0 through FieldCount.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace | FbDataReader.Item Overload List