RelationalQueryModelVisitor.CanBindToParentQueryModel Property

Definition

Gets or sets a value indicating whether this query model visitor will be able to bind directly to properties from its parent query without requiring parameter injection.

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

Property Value

true if the query model visitor can bind to its parent's properties, false if not.

Applies to