SelectManyPlanNode Class

Definition

A node in the query plan representing a SelectMany operation in the active, running query.

public sealed class SelectManyPlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type SelectManyPlanNode = class
    inherit UnaryPlanNode
Public NotInheritable Class SelectManyPlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
SelectManyPlanNode

Properties

IncludesKey

States whether the expression in the selector has access to the start edge of events.

IncludesStartEdge

States whether the expression in the selector has access to the start edge of events.

Kind

Indicates that the current node is a select many operation.

Selector

The expression that is used to generate output events in this operator.

Applies to