DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataReader Class / IsClosed Property

In This Topic
    IsClosed Property (C1ServiceNowDataReader)
    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