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