Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader Methods

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

Public Instance Methods

Close Closes the FbDataReader object.
CreateObjRef (inherited from MarshalByRefObject) 
Equals (inherited from Object) 
GetBoolean Gets the value of the specified column as a Boolean.
GetByte Gets the value of the specified column as a byte.
GetBytes Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
GetChar Gets the value of the specified column as a character.
GetChars Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
GetData NOT SUPPORTED.
GetDataTypeName Gets the name of the source data type.
GetDateTime Gets the value of the specified column as a DateTime object.
GetDecimal Gets the value of the specified column as a Decimal object.
GetDouble Gets the value of the specified column as a double-precision floating point number.
GetFieldType Gets the Type that is the data type of the column.
GetFloat Gets the value of the specified column as a single-precision floating-point number.
GetGuid NOT SUPPORTED
GetHashCode (inherited from Object) 
GetInt16 Gets the value of the specified column as a 16-bit signed integer.
GetInt32 Gets the value of the specified column as a 32-bit signed integer.
GetInt64 Gets the value of the specified column as a 64-bit signed integer.
GetLifetimeService (inherited from MarshalByRefObject) 
GetName Gets the name of the specified column.
GetOrdinal Gets the column ordinal, given the name of the column.
GetSchemaTable Returns a DataTable that describes the column metadata of the FbDataReader.
GetString Gets the value of the specified column as a string.
GetType (inherited from Object) 
GetValue Gets the value of the specified column in its native format.
GetValues 
InitializeLifetimeService (inherited from MarshalByRefObject) 
IsDBNull Gets a whether the column contains non-existent or missing values.
NextResult Advances to the next result, when reading the results of batch DSQL statements.
Read Advances the FbDataReader to the next record.
ToString (inherited from Object) 

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace