DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataReader Class / IsClosed Property

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