OracleDataReaderWrapper Members
Include Protected Members
Include Inherited Members
The OracleDataReaderWrapper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close |
Closes the IDataReader Object.
(Inherited from DataReaderWrapper.) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBoolean |
Gets the value of the specified column as a Boolean.
(Overrides DataReaderWrapper.GetBoolean(Int32).) |
|
GetByte |
Gets the value of the specified column converted to an 8-bit unsigned integer.
(Overrides DataReaderWrapper.GetByte(Int32).) |
|
GetBytes |
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
(Inherited from DataReaderWrapper.) |
|
GetChar |
Gets the character value of the specified column.
(Inherited from DataReaderWrapper.) |
|
GetChars |
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
(Inherited from DataReaderWrapper.) |
|
GetData |
Returns an IDataReader for the specified column ordinal.
(Inherited from DataReaderWrapper.) |
|
GetDataTypeName |
Gets the data type information for the specified field.
(Inherited from DataReaderWrapper.) |
|
GetDateTime |
Gets the date and time data value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetDecimal |
Gets the fixed-position numeric value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetDouble |
Gets the double-precision floating point number of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetFieldType |
Gets the Type information corresponding to the type of Object that would be returned from GetValue(Int32).
(Inherited from DataReaderWrapper.) |
|
GetFloat |
Gets the single-precision floating point number of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetGuid |
Gets the value of the specified field converted to a GUID.
(Overrides DataReaderWrapper.GetGuid(Int32).) |
|
GetHashCode | (Inherited from Object.) | |
GetInt16 |
Gets the value of the specified field converted to a 16-bit signed integer.
(Overrides DataReaderWrapper.GetInt16(Int32).) |
|
GetInt32 |
Gets the 32-bit signed integer value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetInt64 |
Gets the 64-bit signed integer value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetName |
Gets the name for the field to find.
(Inherited from DataReaderWrapper.) |
|
GetOrdinal |
Return the index of the named field.
(Inherited from DataReaderWrapper.) |
|
GetSchemaTable |
Returns a DataTable that describes the column metadata of the IDataReader.
(Inherited from DataReaderWrapper.) |
|
GetString |
Gets the string value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetType | (Inherited from Object.) | |
GetValue |
Return the value of the specified field.
(Inherited from DataReaderWrapper.) |
|
GetValues |
Gets all the attribute fields in the collection for the current record.
(Inherited from DataReaderWrapper.) |
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
IsDBNull |
Return whether the specified field is set to null.
(Inherited from DataReaderWrapper.) |
|
MemberwiseClone | Overloaded. | |
NextResult |
Advances the data reader to the next result, when reading the results of batch SQL statements.
(Inherited from DataReaderWrapper.) |
|
Read |
Advances the IDataReader to the next record.
(Inherited from DataReaderWrapper.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Depth |
Gets a value indicating the depth of nesting for the current row.
(Inherited from DataReaderWrapper.) |
|
FieldCount |
Gets the number of columns in the current row.
(Inherited from DataReaderWrapper.) |
|
InnerReader |
Gets the wrapped OracleDataReader.
|
|
IsClosed |
Gets a value indicating whether the data reader is closed.
(Inherited from DataReaderWrapper.) |
|
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from DataReaderWrapper.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | ||
Item | Overloaded. |