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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also