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