Indicates whether the MimerDataReader is closed.
[Visual Basic] Public Property ReadOnly IsClosed As Boolean _ Implements IDataReader.IsClosed [C#] public bool IsClosed { get; } [C++] public: __property bool get_IsClosed(); [JScript] public function get IsClosed() : bool
true if the MimerDataReader is closed; otherwise, false.
MimerDataReader Class | Mimer.Data.Client Namespace