EntitySet<TEntity>.IsDeferred Özellik

Tanım

Bunun EntitySet<TEntity> henüz yürütülmemiş ertelenmiş bir sorguya sahip olup olmadığını belirtir.

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

Özellik Değeri

true ertelenen bir sorgu henüz yürütülmediyse; aksi takdirde , false.

Şunlara uygulanır