| AggregateRelatedExtensionMethods Methods |
| Name | Description | |
|---|---|---|
| Avg(IEntityFieldCore) |
Places the Avg aggregate function on the field specified
| |
| Avg(IExpression) |
Places the Avg aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| AvgDistinct(IEntityFieldCore) |
Places the Avg(Distinct) aggregate function on the field specified
| |
| AvgDistinct(IExpression) |
Places the Avg(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| Count(IEntityFieldCore) |
Places the Count aggregate function on the field specified
| |
| Count(IExpression) |
Places the Count aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| CountBig(IEntityFieldCore) |
Places the CountBig aggregate function on the field specified
| |
| CountBig(IExpression) |
Places the CountBig aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| CountBigDistinct(IEntityFieldCore) |
Places the CountBig(Distinct) aggregate function on the field specified
| |
| CountBigDistinct(IExpression) |
Places the CountBig(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| CountDistinct(IEntityFieldCore) |
Places the Count(Distinct) aggregate function on the field specified
| |
| CountDistinct(IExpression) |
Places the Count(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| Max(IEntityFieldCore) |
Places the Max aggregate function on the field specified
| |
| Max(IExpression) |
Places the Max aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| Min(IEntityFieldCore) |
Places the Min aggregate function on the field specified
| |
| Min(IExpression) |
Places the Min aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| StDev(IEntityFieldCore) |
Places the StDev aggregate function on the field specified
| |
| StDev(IExpression) |
Places the StDev aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| StDevDistinct(IEntityFieldCore) |
Places the StDev(Distinct) aggregate function on the field specified
| |
| StDevDistinct(IExpression) |
Places the StDev(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| Sum(IEntityFieldCore) |
Places the Sum aggregate function on the field specified
| |
| Sum(IExpression) |
Places the Sum aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| SumDistinct(IEntityFieldCore) |
Places the Sum(Distinct) aggregate function on the field specified
| |
| SumDistinct(IExpression) |
Places the Sum(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| Variance(IEntityFieldCore) |
Places the Variance aggregate function on the field specified
| |
| Variance(IExpression) |
Places the Variance aggregate function on the expression specified and returns a wrapping field with the expression.
| |
| VarianceDistinct(IEntityFieldCore) |
Places the Variance(Distinct) aggregate function on the field specified
| |
| VarianceDistinct(IExpression) |
Places the Variance(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|