DbDataReader::IsClosed Property
.NET Framework (current version)
Gets a value indicating whether the DbDataReader is closed.
Assembly: System.Data (in System.Data.dll)
Implements
IDataReader::IsClosed| Exception | Condition |
|---|---|
| InvalidOperationException | The SqlDataReader is closed. |
Notes to Inheritors:
This property and RecordsAffected should be implemented to return a value when the reader is closed.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: