Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader Properties

The properties of the FbDataReader class are listed below. For a complete list of FbDataReader class members, see the FbDataReader Members topic.

Public Instance Properties

Depth Gets the depth of nesting for the current row.
FieldCount Gets the number of columns in the current row.
HasRows Gets whether the FbDataReader contains one or more rows.
IsClosed Gets a value indicating whether the data reader is closed.
ItemOverloaded. Gets the value of the specified column in its native format given the column ordinal.
RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the DSQL statement.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace