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

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