RelationalQueryModelVisitor.RequiresStreamingGroupResultOperator Property

Definition

Gets or sets a value indicating whether the query requires streaming group result operator.

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

Property Value

true if the query requires streaming result operator, false if not.

Applies to