IfxDataReader public methods

IfxDataReader.Close
Closes the IfxDataReader object.
IfxDataReader.GetBoolean
Gets the value of the specified column as a Boolean.
IfxDataReader.GetByte
Throws a NotSupported exception.
IfxDataReader.GetBytes
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
IfxDataReader.GetChar
Gets the character value of the specified column.
IfxDataReader.GetChars
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
IfxDataReader.GetData
Throws a NotSupported exception.
IfxDataReader.GetDateTime
Gets the date and time data value of the specified field.
IfxDataReader.GetDataTypeName
Gets the data type information for the specified field.
IfxDataReader.GetDecimal
Gets the fixed-point numeric value of the specified field.
IfxDataReader.GetDouble
Gets the double-precision floating point number of the specified field.
IfxDataReader.GetFieldType
Gets the Type information for the object returned by GetValue.
IfxDataReader.GetFloat
Gets the single-precision floating point number of the specified field.
IfxDataReader.GetGuid
Returns the GUID value of the specified field.
IfxDataReader.GetInt16
Gets the 16-bit signed integer value of the specified field.
IfxDataReader.GetInt32
Gets the 32-bit signed integer value of the specified field.
IfxDataReader.GetInt64
Gets the 64-bit signed integer value of the specified field.
IfxDataReader.GetName
Gets the name for the field to find.
IfxDataReader.GetOrdinal
Returns the index of the named field.
IfxDataReader.GetSchemaTable
Returns a DataTable object that describes the column metadata of the IfxDataReader object.
IfxDataReader.GetString
Gets the string value of the specified field.
IfxDataReader.GetTimeSpan
Gets the time span value of the specified field.
IfxDataReader.GetValue
Returns the value of the specified field.
IfxDataReader.GetValues
Gets all the attribute fields in the collection for the current record.
IfxDataReader.IsDBNull
Returns whether the specified field is set to null.
IfxDataReader.NextResult
When reading the results of batch SQL statements, advances the IfxDataReader object to the next result.
IfxDataReader.Read
Advances the IfxDataReader object to the next record.