Checks whether the cursor is currently open.
Visual Basic
NotOverridable Public Readonly Property IsClosed As Boolean _
Implements IDataReader.IsClosed
C#
public bool IsClosed {get;}
True if the cursor is currently open, false if the cursor is closed.