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.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()
Protected Overridable Function DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery As Boolean
Return Value
Type:
BooleanSee Also