RelationalQueryModelVisitor.RequiresClientJoin Property

Definition

Gets or sets a value indicating whether the query requires client join.

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

Property Value

true if the query requires client join, false if not.

Applies to