dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDataReader Class / EndOfData Property

In This Topic
    EndOfData Property (UniDataReader)
    In This Topic
    Do not use this property. It is left only for compatibility with the base class. If you try accessing it, System.NotImplementedException is thrown.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property EndOfData As Boolean
    public override bool EndOfData {get;}

    Property Value

    Throws System.NotImplementedException.
    See Also