DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsDataReader Class / IsClosed Property

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