DynamicQueryDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery 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.9.0.0 (5.9.0)
Syntaxprotected override bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()
Protected Overrides Function DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery As Boolean
Return Value
Type: 
Boolean
See Also