dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataReader Class
Properties Methods

In This Topic
    OracleDataReader Class Members
    In This Topic

    The following tables list the members exposed by OracleDataReader.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating the depth of nesting for the current row.  
    Public PropertyOverridden. Indicates whether the OracleDataReader has been read completely.  
    Public PropertyOverridden. Gets the number of columns in the current row.  
    Public PropertyOverridden. Gets a value indicating whether the OracleDataReader contains one or more rows.  
    Public PropertyGets a value indicating whether the data reader is closed. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyOverloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
    Public PropertyGets the number of fields in the System.Data.Common.DbDataReader that are not hidden. (Inherited from System.Data.Common.DbDataReader)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Closes the OracleDataReader object.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a Boolean.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a byte.  
    Public MethodOverloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a single character.  
    Public MethodOverloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.  
    Public MethodOverloaded. Overridden. Gets the name of the source data type.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a System.DateTime object.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as an DateTimeOffset object.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a System.Decimal object.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a double-precision floating point number.  
    Public MethodOverloaded. Overridden. Gets the System.Type that is the data type of the object.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a single-precision floating point number.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a globally-unique identifier (GUID).  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a 16-bit signed integer.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a 32-bit signed integer.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a 64-bit signed integer.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Gets the name of the specified column.  
    Public MethodOverloaded. Gets the value of the specified column as an NativeOracleArray object.  
    Public MethodOverloaded. Gets the value of the specified column as an NativeOracleObject object.  
    Public MethodOverloaded. Gets the value of the specified column as an NativeOracleTable object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleType object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleAnyData object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleArray object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleBFile object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleBinary object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleCursor object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleDate object.  
    Public MethodGets the value of the specified column as an OracleDateTime object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleIntervalDS object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleIntervalYM object.  
    Public MethodOverloaded. Gets the value of the specified column as a OracleLob object.  
    Public MethodGets the value of the specified column as an OracleMonthSpan object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleNumber object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleObject object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleRef object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleString object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleTable object.  
    Public MethodGets the value of the specified column as an OracleTimeSpan object.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleTimeStamp object.  
    Public MethodOverloaded. Gets the value of the column at the specified ordinal in its Oracle format wrapped by dotConnect for Oracle.  
    Public MethodOverloaded. Gets all the column values as the dotConnect for Oracle wrapped types.  
    Public MethodOverloaded. Gets the value of the specified column as an OracleXml object.  
    Public MethodGets the column ordinal, given the name of the column. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Overridden. Gets the System.Type that is the provider-specific data type of the object.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column. If possible, a provider-specific type is used.  
    Public MethodOverloaded. Overridden. Gets all column values in the collection for the current row. If possible, a provider-specific type is used.  
    Public MethodReturns a System.Data.DataTable that describes the column metadata of the Devart.Common.DbDataReaderBase. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Overridden. Gets the value of the specified column as a string.  
    Public MethodOverloaded. Gets the value of the specified column as a System.TimeSpan.  
    Public MethodOverloaded. Overridden. Gets the value of the specified column in its native format.  
    Public MethodOverloaded. Overridden. Gets all column values for the current row.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Gets a value indicating whether the column contains non-existent or missing values.  
    Public MethodOverridden. Advances the data reader to the next result, when reading the results of multiple REF CURSORs in PL/SQL statement.  
    Public MethodOverridden. Advances the OracleDataReader to the next record.  
    Top
    See Also