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.5.0.0 (5.5.18.1019)
Syntax protected override bool DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()
Protected Overrides Function DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery As Boolean
Return Value
Type:
BooleanSee Also