dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataReader Class / EndOfData Property

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