Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectIDeferrerEvaluate<(Of <<'(TResult>)>>)(Expression<(Of <<'(TResult>)>>))

Evaluate<(Of <(<'TResult>)>)> Method (expression)
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
ExceptionCondition
ArgumentNullExceptionexpression is nullNothingnullptr.
blog comments powered by Disqus