Share via


ComputeExpression(SingleValueNode, String, IEdmTypeReference) Constructor

Definition

Create a ComputeExpression.

public ComputeExpression (Microsoft.OData.UriParser.SingleValueNode expression, string alias, Microsoft.OData.Edm.IEdmTypeReference typeReference);
new Microsoft.OData.UriParser.ComputeExpression : Microsoft.OData.UriParser.SingleValueNode * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.ComputeExpression
Public Sub New (expression As SingleValueNode, alias As String, typeReference As IEdmTypeReference)

Parameters

expression
SingleValueNode

The compute expression.

alias
String

The compute alias.

typeReference
IEdmTypeReference

The IEdmTypeReference of this aggregate expression.

Applies to