Table of Contents

Class SqlOrderByItem

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlOrderByItem : IQueryElement
Inheritance
SqlOrderByItem
Implements
Extension Methods

Constructors

SqlOrderByItem(ISqlExpression, bool)

public SqlOrderByItem(ISqlExpression expression, bool isDescending)

Parameters

expression ISqlExpression
isDescending bool

Properties

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

Expression

public ISqlExpression Expression { get; }

Property Value

ISqlExpression

IsDescending

public bool IsDescending { get; }

Property Value

bool