Class SqlTemporalAddFunctionExpressionNode
- Namespace
- LfrlAnvil.Sql.Expressions.Functions
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree expression node that defines an invocation of a function that adds a value with a given unit to the date and/or time parameter.
public sealed class SqlTemporalAddFunctionExpressionNode : SqlFunctionExpressionNode
- Inheritance
-
SqlTemporalAddFunctionExpressionNode
- Inherited Members
- Extension Methods
Properties
Unit
SqlTemporalUnit that specifies the unit of the added value.
public SqlTemporalUnit Unit { get; }