Share via


OracleDataReaderWrapper Members

Include Protected Members
Include Inherited Members

The OracleDataReaderWrapper type exposes the following members.

Methods

  Name Description
Ee921640.pubmethod(en-us,PandP.50).gif Close
Closes the IDataReader Object.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif CreateObjRef (Inherited from MarshalByRefObject.)
Ee921640.pubmethod(en-us,PandP.50).gif Dispose Overloaded.
Ee921640.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ee921640.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ee921640.pubmethod(en-us,PandP.50).gif GetBoolean
Gets the value of the specified column as a Boolean.
(Overrides DataReaderWrapper.GetBoolean(Int32).)
Ee921640.pubmethod(en-us,PandP.50).gif GetByte
Gets the value of the specified column converted to an 8-bit unsigned integer.
(Overrides DataReaderWrapper.GetByte(Int32).)
Ee921640.pubmethod(en-us,PandP.50).gif 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.)
Ee921640.pubmethod(en-us,PandP.50).gif GetChar
Gets the character value of the specified column.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif 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.)
Ee921640.pubmethod(en-us,PandP.50).gif GetData
Returns an IDataReader for the specified column ordinal.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetDataTypeName
Gets the data type information for the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetDateTime
Gets the date and time data value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetDecimal
Gets the fixed-position numeric value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetDouble
Gets the double-precision floating point number of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetFieldType
Gets the Type information corresponding to the type of Object that would be returned from GetValue(Int32).
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetFloat
Gets the single-precision floating point number of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetGuid
Gets the value of the specified field converted to a GUID.
(Overrides DataReaderWrapper.GetGuid(Int32).)
Ee921640.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ee921640.pubmethod(en-us,PandP.50).gif GetInt16
Gets the value of the specified field converted to a 16-bit signed integer.
(Overrides DataReaderWrapper.GetInt16(Int32).)
Ee921640.pubmethod(en-us,PandP.50).gif GetInt32
Gets the 32-bit signed integer value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetInt64
Gets the 64-bit signed integer value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetLifetimeService (Inherited from MarshalByRefObject.)
Ee921640.pubmethod(en-us,PandP.50).gif GetName
Gets the name for the field to find.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetOrdinal
Return the index of the named field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetSchemaTable
Returns a DataTable that describes the column metadata of the IDataReader.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetString
Gets the string value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ee921640.pubmethod(en-us,PandP.50).gif GetValue
Return the value of the specified field.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif GetValues
Gets all the attribute fields in the collection for the current record.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif InitializeLifetimeService (Inherited from MarshalByRefObject.)
Ee921640.pubmethod(en-us,PandP.50).gif IsDBNull
Return whether the specified field is set to null.
(Inherited from DataReaderWrapper.)
Ee921640.protmethod(en-us,PandP.50).gif MemberwiseClone Overloaded.
Ee921640.pubmethod(en-us,PandP.50).gif NextResult
Advances the data reader to the next result, when reading the results of batch SQL statements.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif Read
Advances the IDataReader to the next record.
(Inherited from DataReaderWrapper.)
Ee921640.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee921640.pubproperty(en-us,PandP.50).gif Depth
Gets a value indicating the depth of nesting for the current row.
(Inherited from DataReaderWrapper.)
Ee921640.pubproperty(en-us,PandP.50).gif FieldCount
Gets the number of columns in the current row.
(Inherited from DataReaderWrapper.)
Ee921640.pubproperty(en-us,PandP.50).gif InnerReader
Gets the wrapped OracleDataReader.
Ee921640.pubproperty(en-us,PandP.50).gif IsClosed
Gets a value indicating whether the data reader is closed.
(Inherited from DataReaderWrapper.)
Ee921640.pubproperty(en-us,PandP.50).gif RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from DataReaderWrapper.)

Explicit Interface Implementations

  Name Description
Ee921640.pubinterface(en-us,PandP.50).gifEe921640.privmethod(en-us,PandP.50).gif IEnumerable.GetEnumerator
Ee921640.pubproperty(en-us,PandP.50).gif Item Overloaded.

See Also

OracleDataReaderWrapper Class

Microsoft.Practices.EnterpriseLibrary.Data.Oracle Namespace