EdmExpressionEvaluator.Evaluate Method
Include Protected Members
Include Inherited Members
Evaluates an expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Evaluate(IEdmExpression) | Evaluates an expression with no value context. | |
Evaluate(IEdmExpression, IEdmStructuredValue) | Evaluates an expression in the context of a value. | |
Evaluate(IEdmExpression, IEdmStructuredValue, IEdmTypeReference) | Evaluates an expression in the context of a value and a target type. |
Top