Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.Item Property

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

Overload List

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

public object this[int] {get;}

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

public object this[string] {get;}

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace