Share via


ComputeTransformationNode(IEnumerable<ComputeExpression>) Constructor

Definition

Create a ComputeTransformationNode.

public ComputeTransformationNode (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ComputeExpression> expressions);
new Microsoft.OData.UriParser.Aggregation.ComputeTransformationNode : seq<Microsoft.OData.UriParser.ComputeExpression> -> Microsoft.OData.UriParser.Aggregation.ComputeTransformationNode
Public Sub New (expressions As IEnumerable(Of ComputeExpression))

Parameters

Applies to