ComputeTransformationNode Class
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.
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
Constructors
ComputeTransformationNode(IEnumerable<ComputeExpression>) |
Create a ComputeTransformationNode. |
Properties
Expressions |
Gets the list of ComputeExpression. |
Kind |
Gets the kind of the transformation node. |