![]() | Gets the depth of nesting for the current row. |
![]() | Gets the number of columns in the current row. |
![]() | Gets whether the FbDataReader contains one or more rows. |
![]() | Gets a value indicating whether the data reader is closed. |
![]() | Overloaded. Gets the value of the specified column in its native format given the column ordinal. |
![]() | Gets the number of rows changed, inserted, or deleted by execution of the DSQL statement. |
![]() | Closes the FbDataReader object. |
![]() | |
![]() | |
![]() | Gets the value of the specified column as a Boolean. |
![]() | Gets the value of the specified column as a byte. |
![]() | Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | Gets the value of the specified column as a character. |
![]() | Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | NOT SUPPORTED. |
![]() | Gets the name of the source data type. |
![]() | Gets the value of the specified column as a DateTime object. |
![]() | Gets the value of the specified column as a Decimal object. |
![]() | Gets the value of the specified column as a double-precision floating point number. |
![]() | Gets the Type that is the data type of the column. |
![]() | Gets the value of the specified column as a single-precision floating-point number. |
![]() | NOT SUPPORTED |
![]() | |
![]() | Gets the value of the specified column as a 16-bit signed integer. |
![]() | Gets the value of the specified column as a 32-bit signed integer. |
![]() | Gets the value of the specified column as a 64-bit signed integer. |
![]() | |
![]() | Gets the name of the specified column. |
![]() | Gets the column ordinal, given the name of the column. |
![]() | Returns a DataTable that describes the column metadata of the FbDataReader. |
![]() | Gets the value of the specified column as a string. |
![]() | |
![]() | Gets the value of the specified column in its native format. |
![]() | |
![]() | |
![]() | Gets a whether the column contains non-existent or missing values. |
![]() | Advances to the next result, when reading the results of batch DSQL statements. |
![]() | Advances the FbDataReader to the next record. |
![]() |
FbDataReader Class | FirebirdSql.Data.Firebird Namespace