Click or drag to resize
LLBLGenProProviderBaseIQueryProviderExecute Method (Expression)
Executes the specified expression.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
TResult IQueryProvider.Execute<TResult>(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression
The expression.

Type Parameters

TResult
The type of the result.

Return Value

Type: TResult

Implements

IQueryProviderExecuteTResult(Expression)
See Also