Table of Contents

Class SqlExtractTemporalUnitFunctionExpressionNode

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 extracts a desired date or time component from its parameter.

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

Properties

Unit

SqlTemporalUnit that specifies the date or time component to extract.

public SqlTemporalUnit Unit { get; }

Property Value

SqlTemporalUnit