ComputeExpression 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.
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. |