RelationalQueryModelVisitor.RequiresClientJoin 属性

定义

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

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

属性值

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

适用于