Click or drag to resize
ScalarQueryProducersVarianceDistinct Method
Overload List
  NameDescription
Public methodStatic memberVarianceDistinct(QuerySpec, IEntityFieldCore)
Creates a scalar query over the specified query and aggregates the field specified with the Variance(Distinct ) aggregate function.
Public methodStatic memberVarianceDistinct(QuerySpec, IExpression)
Creates a scalar query over the specified query and aggregates the expression specified with the Variance(Distinct ) aggregate function.
Top
See Also