dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniCursor Class / IsClosed Property

In This Topic
    IsClosed Property (UniCursor)
    In This Topic
    Gets state of the UniCursor.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsClosed As Boolean
    public bool IsClosed {get;}

    Property Value

    true if the UniCursor is closed; otherwise, false.
    Remarks
    In the closed state GetDataReader raises exception.
    See Also