Table of Contents

Class OrderByPart

Namespace
Utils.Data.Sql
Assembly
Utils.Data.dll

Represents the ORDER BY clause of a SQL statement.

public sealed class OrderByPart : SqlStatementPart
Inheritance
OrderByPart
Inherited Members
Extension Methods

Constructors

OrderByPart(SqlSegment)

Initializes a new instance of the OrderByPart class.

public OrderByPart(SqlSegment segment)

Parameters

segment SqlSegment

The segment describing the ORDER BY clause.