Click or drag to resize

QuerySpecDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery Method

Determines if wrapping as derived table is required for scalar query. This overload looks at the prepared elements, and if a wrapping is required it will return true, otherwise false.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()

Return Value

Type: Boolean
See Also