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

속성 값

true 지연된 쿼리가 아직 실행되지 않은 경우 그렇지 않으면 입니다 false.

적용 대상