Click or drag to resize
EntityQueryTEntityDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery 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.
(Inherited from QuerySpec.)
Protected methodDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery(AggregateFunction)
Determines if wrapping as derived table is required for scalar query.
(Overrides QuerySpecDetermineIfWrappingAsDerivedTableIsRequiredForScalarQuery(AggregateFunction).)
Top
See Also