RelationalQueryModelVisitor.RequiresClientProjection 属性

定义

获取或设置一个值,该值指示查询是否需要客户端投影。

public virtual bool RequiresClientProjection { get; set; }
member this.RequiresClientProjection : bool with get, set
Public Overridable Property RequiresClientProjection As Boolean

属性值

如果查询需要客户端投影,则为 true;如果不需要,则为 false。

适用于