DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class / IsClosed Property

In This Topic
    IsClosed Property (C1QuickBooksOnlineDataReader)
    In This Topic
    Gets a value indicating whether the C1.DataConnector.AdoNet.C1DataReader is closed.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsClosed As Boolean
    public virtual bool IsClosed {get;}
    See Also