Advantage .NET Data Provider
Gets a value indicating whether the data reader is closed.
public bool IsClosed{ get; }
This indicates whether or not the Close method has been called on the reader.
Close