Share via


ComputeTransformationNode Class

Definition

Node representing a compute expression.

public sealed class ComputeTransformationNode : Microsoft.OData.UriParser.Aggregation.TransformationNode
type ComputeTransformationNode = class
    inherit TransformationNode
Public NotInheritable Class ComputeTransformationNode
Inherits TransformationNode
Inheritance
ComputeTransformationNode

Constructors

ComputeTransformationNode(IEnumerable<ComputeExpression>)

Create a ComputeTransformationNode.

Properties

Expressions

Gets the list of ComputeExpression.

Kind

Gets the kind of the transformation node.

Applies to