RelationalQueryModelVisitor.RequiresStreamingGroupResultOperator 属性

定义

获取或设置一个值,该值指示查询是否需要流式处理组结果运算符。

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

属性值

如果查询需要流式处理结果运算符,则为 true;否则为 false。

适用于