DateDiffQueryFunction (DateDiffQueryFunctionInterval,IQueryColumnExpressionConvertible,IQueryColumnExpressionConvertible) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > DateDiffQueryFunction - класс > DateDiffQueryFunction : DateDiffQueryFunction (DateDiffQueryFunctionInterval,IQueryColumnExpressionConvertible,IQueryColumnExpressionConvertible) C#
- interval
- Date measurement unit.
- startDateExpression
- Expression of the column containing the original date.
- endDateExpression
- Expression of the column containing the original date.
Glossary Item Box
public DateDiffQueryFunction( DateDiffQueryFunctionInterval interval, IQueryColumnExpressionConvertible startDateExpression, IQueryColumnExpressionConvertible endDateExpression )
Параметры
- interval
- Date measurement unit.
- startDateExpression
- Expression of the column containing the original date.
- endDateExpression
- Expression of the column containing the original date.
Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the null value is passed as the parameter. |