| 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)
SyntaxTResult 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