ComputeExpressionToken(QueryToken, String) 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 an ComputeExpressionToken.
public ComputeExpressionToken (Microsoft.OData.UriParser.QueryToken expression, string alias);
new Microsoft.OData.UriParser.ComputeExpressionToken : Microsoft.OData.UriParser.QueryToken * string -> Microsoft.OData.UriParser.ComputeExpressionToken
Public Sub New (expression As QueryToken, alias As String)
Parameters
- expression
- QueryToken
The computation token.
- alias
- String
The alias for the computation.