Click or drag to resize
LLBLGenProProviderBase.ExecuteAsync<TResult> Method
Executes the specified expression.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected Task<TResult> ExecuteAsync<TResult>(
	Expression expression,
	CancellationToken cancellationToken
)

Parameters

expression
Type: System.Linq.Expressions.Expression
The expression.
cancellationToken
Type: System.Threading.CancellationToken
The cancellation token.

Type Parameters

TResult
The type of the result.

Return Value

Type: Task<TResult>
See Also