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