ExtendedDbDataReaderIsClosed Property |
Gets a value indicating whether the DbDataReader is closed.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override bool IsClosed { get; }
Return Value
Type:
Boolean if the
DbDataReader is closed; otherwise
.
Implements
IDataReaderIsClosedExceptions Exception | Condition |
---|
InvalidOperationException | The SqlDataReader is closed. |
See Also