Gets the value of the specified column in its native format given the column ordinal.
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;}
FbDataReader Class | FirebirdSql.Data.Firebird Namespace