Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.Item Property (String)

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

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

Parameters

name
The column name.

Property Value

The value of the specified column in its native format.

Implements

IDataRecord.Item

Exceptions

Exception Type Condition
IndexOutOfRangeException No column with the specified name was found.

See Also

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