Click or drag to resize
LLBLGenProProviderBaseExecuteValueListProjection 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.0.0.0 (5.0.0)
Syntax
protected abstract Object ExecuteValueListProjection(
	QueryExpression toExecute
)

Parameters

toExecute
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesQueryExpression
To execute.

Return Value

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