Func.DateAdd - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс : DateAdd - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
DateAdd(DatePartQueryFunctionInterval,Int32,String) | Returns an instance of the DateAddQueryFunction function. The datepart, time span and alias of the column containing the original date value are passed as arguments to this function. |
DateAdd(DatePartQueryFunctionInterval,Int32,String,String) | Returns an instance of the DateAddQueryFunction function. The datepart, time span, source alias and alias of the column containing the original date value are passed as arguments to this function. |
DateAdd(DatePartQueryFunctionInterval,Int32,QueryColumnExpression) | Returns an instance of the DateAddQueryFunction function. The datepart, time span and column expression containing the original date and time value are passed as arguments to this function. |
DateAdd(DatePartQueryFunctionInterval,Int32,IQueryColumnExpressionConvertible) | Returns an instance of the DateAddQueryFunction function. The datepart, time span and column expression containing the original date and time value are passed as arguments to this function. |