Func.Avg - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс : Avg - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Avg(String) | Gets the function for computing the mean of the column with the specified alias. |
Avg(String,String) | Gets the function for computing the mean of the column with the specified alias from the specified source. |
Avg(QueryColumnExpression) | Gets the function for computing the mean of the passed-in column expression. |
Avg(IQueryColumnExpressionConvertible) | Gets the function for computing the mean of the passed-in expression. |