dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataReader Class / EndOfData Property

In This Topic
    EndOfData Property (DB2DataReader)
    In This Topic
    Indicates whether the DB2DataReader 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 DB2DataReader. This property is false if there is more data to read, or there were no data at all.
    See Also