DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataReader Class / IsClosed Property

In This Topic
    IsClosed Property (C1MagentoDataReader)
    In This Topic
    Gets a boolean for whether the C1.DataConnector.AdoNet.C1DataReader is closed or not/false.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsClosed As Boolean
    public virtual bool IsClosed {get;}
    See Also