SqlDataReader::IsClosed Property
.NET Framework (current version)
Retrieves a Boolean value that indicates whether the specified SqlDataReader instance has been closed.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if the specified SqlDataReader instance is closed; otherwise false.
It is not possible to read from a SqlDataReader instance that is closed.
.NET Framework
Available since 1.1
Available since 1.1
Show: