Click or drag to resize
LLBLGenProProviderBaseExecuteAsyncTResult Method
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
protected Task<TResult> ExecuteAsync<TResult>(
	Expression expression,
	CancellationToken cancellationToken
)

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