Click or drag to resize

DynamicQuery.DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery Method

Overload List
  NameDescription
Protected methodDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery()
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.
(Overrides QuerySpec.DetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery().)
Protected methodDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery(AggregateFunction)
Determines if wrapping as derived table is required for scalar query.
(Inherited from QuerySpec.)
Top
See Also