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