| Devart.Common Namespace > DbDataReaderBase Class : IsClosed Property (DbDataReaderBase) |
Gets a value indicating whether the data reader is closed.
[Visual Basic]
Overrides Public ReadOnly Property IsClosed As Boolean [C#]
public override bool IsClosed {get;}true if the DbDataReaderBase is closed; otherwise, false.
IsClosed and RecordsAffected are the only properties that you can call after the DbDataReader is closed.
DbDataReaderBase Class | DbDataReaderBase Members
© 2002 - 2013 Devart. All Rights Reserved.