IsClosed Property (DbDataReaderBase)
Gets a value indicating whether the data reader is closed.
public override bool IsClosed {get;}
'Declaration
Public Overrides ReadOnly Property IsClosed As Boolean
Property Value
true if the
DbDataReaderBase is closed; otherwise,
false.