Table of Contents

Class SqlTemporalDiffFunctionExpressionNode

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 calculates a difference between two date and/or time parameters and converts the result to the given unit.

public sealed class SqlTemporalDiffFunctionExpressionNode : SqlFunctionExpressionNode
Inheritance
SqlTemporalDiffFunctionExpressionNode
Inherited Members
Extension Methods

Properties

Unit

SqlTemporalUnit that specifies the unit of the returned result.

public SqlTemporalUnit Unit { get; }

Property Value

SqlTemporalUnit