Click or drag to resize
LLBLGenProProviderBaseExecuteEntityProjectionAsync Method
Executes the query expression which contains an entity projection.

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 abstract Task<Object> ExecuteEntityProjectionAsync(
	QueryExpression toExecute,
	CancellationToken cancellationToken
)

Parameters

toExecute
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesQueryExpression
To execute.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskObject
the result of the execution of the query
See Also