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