TransformationNodeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of kinds of transformation nodes.
public enum TransformationNodeKind
type TransformationNodeKind =
Public Enum TransformationNodeKind
- Inheritance
-
TransformationNodeKind
Fields
Name | Value | Description |
---|---|---|
Aggregate | 0 | Aggregations of values |
GroupBy | 1 | A grouping of values by properties |
Filter | 2 | A filter clause |
Compute | 3 | A Compute expressions |
Expand | 4 | A Expand expressions |