Click or drag to resize
ScalarQueryProducersStDev Method
Overload List
  NameDescription
Public methodStatic memberStDev(DynamicQuery)
Creates a scalar query over the specified query and aggregates the first field in the projection of the query.
Public methodStatic memberStDev(QuerySpec, IEntityFieldCore)
Creates a scalar query over the specified query and aggregates the field specified with the StDev() aggregate function.
Public methodStatic memberStDev(QuerySpec, IExpression)
Creates a scalar query over the specified query and aggregates the expression specified with the StDev() aggregate function.
Top
See Also