Share via


ComputeExpression Class

Definition

An item that has been computed by the query at the current level of the tree.

public sealed class ComputeExpression
type ComputeExpression = class
Public NotInheritable Class ComputeExpression
Inheritance
ComputeExpression

Constructors

ComputeExpression(SingleValueNode, String, IEdmTypeReference)

Create a ComputeExpression.

Properties

Alias

Gets the aggregation alias.

Expression

Gets the aggregation expression.

TypeReference

Gets the IEdmTypeReference of this aggregate expression.

Applies to