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.3.0.0 (5.3.0)
Syntax
protected virtual bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()

Return Value

Type: Boolean
See Also