ComputeExpression(SingleValueNode, String, IEdmTypeReference) Constructor
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.
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.