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

适用于