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