Evaluate the specified expression.
Assembly: Epic.Query.Object
Declaration Syntax
| C# |
TResult Evaluate<TResult>( Expression<TResult> expression )
Generic Template Parameters
- TResult
- Result of the evaluation of expression.
Parameters
- expression (Expression<(Of <(<'TResult>)>)>)
- Expression to evaluate.
Return Value
The result of the computation represented by expression.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | expression is nullNothingnullptr. |
