EntitySet<TEntity>.IsDeferred 屬性

定義

指定這個 EntitySet<TEntity> 是否擁有尚未執行的延後查詢。

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

屬性值

Boolean

true 如果尚未執行延遲查詢,否則為 false

適用於