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.6.0.0 (5.6.19.0117)
Syntax TResult IQueryProvider.Execute<TResult>(
Expression expression
)
Private Function Execute(Of TResult) (
expression As Expression
) As TResult Implements IQueryProvider.Execute
Parameters
- expression
- Type: System.Linq.ExpressionsExpression
The expression.
Type Parameters
- TResult
- The type of the result.
Return Value
Type:
TResultImplements
IQueryProviderExecuteTResult(Expression)See Also