| LLBLGenProProviderBaseExecuteAsyncTResult Method  | 
            Executes the specified expression.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected Task<TResult> ExecuteAsync<TResult>(
	Expression expression,
	CancellationToken cancellationToken
)
Protected Function ExecuteAsync(Of TResult) ( 
	expression As Expression,
	cancellationToken As CancellationToken
) As Task(Of TResult)
Parameters
- expression
 - Type: System.Linq.ExpressionsExpression
The expression. - cancellationToken
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Type Parameters
- TResult
 - The type of the result.
 
Return Value
Type: 
TaskTResult
See Also