dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataReader Class / EndOfData Property

In This Topic
    EndOfData Property (OracleDataReader)
    In This Topic
    Indicates whether the OracleDataReader has been read completely.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property EndOfData As Boolean
    public override bool EndOfData {get;}

    Property Value

    true if there is no more data in OracleDataReader. This property is false if there is more data to read, or there were no data at all.
    See Also