Click or drag to resize

ObjectQueryTObjectExecuteTResult Method (Expression)

Executes the specified expression.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TResult Execute<TResult>(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression
The expression.

Type Parameters

TResult
The type of the result.

Return Value

Type: TResult
The result of executing the expression.

Implements

IQueryProviderExecuteTResult(Expression)
See Also