Click or drag to resize

EntityQueryTEntityDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery Method (AggregateFunction)

Determines if wrapping as derived table is required for scalar query.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected override bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery(
	AggregateFunction functionToApply
)

Parameters

functionToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The function to apply.

Return Value

Type: Boolean
See Also