Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

DateAddQueryFunction (DatePartQueryFunctionInterval,Int32,IQueryColumnExpressionConvertible) - конструктор Смотри также  Terrasoft.Core.DB - пространство имен > DateAddQueryFunction - класс > DateAddQueryFunction : DateAddQueryFunction (DatePartQueryFunctionInterval,Int32,IQueryColumnExpressionConvertible) C#

interval
Datepart to which the time span is added.
number
Value that is being added to interval.
expression
Expression of the column containing the original date.

Glossary Item Box

Initializes the DateAddQueryFunction instance with the specified parameters.

Синтаксис

public DateAddQueryFunction( 
   DatePartQueryFunctionInterval interval, 
   int number, 
   IQueryColumnExpressionConvertible expression 
)

Параметры

interval
Datepart to which the time span is added.
number
Value that is being added to interval.
expression
Expression of the column containing the original date.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as the parameter.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?