DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeDataReader Class / IsClosed Property

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