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