dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataReaderBase Class
Properties Methods

In This Topic
    DbDataReaderBase Class Members
    In This Topic

    The following tables list the members exposed by DbDataReaderBase.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating the depth of nesting for the current row.  
    Public PropertyIndicates whether the DbDataReaderBase has been read completely.  
    Public PropertyOverridden. Gets the number of columns in the current row.  
    Public PropertyOverridden. Gets a value indicating whether the DbDataReaderBase contains one or more rows.  
    Public PropertyOverridden. Gets a value indicating whether the data reader is closed.  
    Public PropertyOverloaded. Overridden. Gets the value of the specified column in its native format given the column name.  
    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 DbDataReaderBase 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. Gets the value of the specified column as a Boolean.  
    Public MethodOverloaded. 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. 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. Gets the value of the specified column as a DateTime object.  
    Public MethodOverloaded. Gets the value of the specified column as a DateTimeOffset object.  
    Public MethodOverloaded. Gets the value of the specified column as a DateTime object.  
    Public MethodOverloaded. 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. Gets the value of the specified column as a single-precision floating point number.  
    Public MethodOverloaded. Gets the value of the specified column as a globally-unique identifier (GUID).  
    Public MethodOverloaded. Gets the value of the specified column as a 16-bit signed integer.  
    Public MethodOverloaded. Gets the value of the specified column as a 32-bit signed integer.  
    Public MethodOverloaded. 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 MethodOverridden. Gets the column ordinal, given the name of the column.  
    Public MethodReturns the provider-specific field type of the specified column.  
    Public MethodGets the value of the specified column as an instance of System.Object  
    Public MethodOverridden. Returns a System.Data.DataTable that describes the column metadata of the DbDataReaderBase.  
    Public MethodOverloaded. Gets the value of the specified column as an instance of System.String  
    Public MethodOverloaded. Overridden. Gets the value of the specified column in its native format.  
    Public MethodOverridden. Gets all attribute columns in the collection for the current row.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. 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 batch SQL statements.  
    Public MethodOverridden. Advances the DbDataReaderBase to the next record.  
    Top
    See Also