dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataReaderBase Class

In This Topic
    DbDataReaderBase Class Properties
    In This Topic

    For a list of all members of this type, see DbDataReaderBase members.

    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
    See Also