EntitySet<TEntity>.IsDeferred Property

Definition

Specifies whether this EntitySet<TEntity> has a deferred query that has not yet executed.

public:
 property bool IsDeferred { bool get(); };
public bool IsDeferred { get; }
member this.IsDeferred : bool
Public ReadOnly Property IsDeferred As Boolean

Property Value

true if a deferred query has not yet been executed; otherwise, false.

Applies to