LLBLGenProProviderBaseExecuteAsyncTResult Method |
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 protected 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:
TaskTResultSee Also