Click or drag to resize

LLBLGenProProviderExecuteValueListProjectionAsync Method

Executes the QueryExpression which contains a multi value list projection.

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 override Task<Object> ExecuteValueListProjectionAsync(
	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