EntityDataReader.IsClosed Property

 

Gets a value indicating whether the EntityDataReader is closed.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override bool IsClosed { get; }

Property Value

Type: System.Boolean

true if the EntityDataReader is closed; otherwise, false.