Click or drag to resize
ExtendedDbDataReaderIsClosed Property
Gets a value indicating whether the DbDataReader is closed.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override bool IsClosed { get; }

Return Value

Type: Boolean
if the DbDataReader is closed; otherwise .

Implements

IDataReaderIsClosed
Exceptions
ExceptionCondition
InvalidOperationExceptionThe SqlDataReader is closed.
See Also