Click or drag to resize

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