AggregationQueryFunction (AggregationTypeStrict,IQueryColumnExpressionConvertible) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > AggregationQueryFunction - класс > AggregationQueryFunction : AggregationQueryFunction (AggregationTypeStrict,IQueryColumnExpressionConvertible) C#
- aggregationType
- The type of aggregate function.
- expression
- The expression to which the aggregate function is applied.
Glossary Item Box
public AggregationQueryFunction( AggregationTypeStrict aggregationType, IQueryColumnExpressionConvertible expression )
Параметры
- aggregationType
- The type of aggregate function.
- expression
- The expression to which the aggregate function is applied.
Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the expression parameter. |