Class OrderByPart
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
segmentSqlSegmentThe segment describing the ORDER BY clause.