Table of Contents

Class SqlSortTraitNode

Namespace
LfrlAnvil.Sql.Expressions.Traits
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree node that defines a single sort trait.

public sealed class SqlSortTraitNode : SqlTraitNode
Inheritance
SqlSortTraitNode
Inherited Members

Properties

Ordering

Collection of ordering definitions.

public ReadOnlyArray<SqlOrderByNode> Ordering { get; }

Property Value

ReadOnlyArray<SqlOrderByNode>