Indicates whether the OdbcDataReader is closed.
[Visual Basic] Public Overridable ReadOnly Property IsClosed As Boolean _ Implements IDataReader.IsClosed [C#] public virtual bool IsClosed {get;} [C++] public: __property virtual bool get_IsClosed(); [JScript] public function get IsClosed() : Boolean;
true if the OdbcDataReader is closed; otherwise, false.
IsClosed and RecordsAffected are the only properties that you can call after the OdbcDataReader is closed.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
OdbcDataReader Class | OdbcDataReader Members | System.Data.Odbc Namespace