Table of Contents

Class LegacyMemberConverterBase.OrderByInformation

Namespace
LinqToDB.Internal.DataProvider.Translation
Assembly
linq2db.dll
public record LegacyMemberConverterBase.OrderByInformation : IEquatable<LegacyMemberConverterBase.OrderByInformation>
Inheritance
object
LegacyMemberConverterBase.OrderByInformation
Implements
Extension Methods

Constructors

OrderByInformation(Expression, bool, NullsPosition)

public OrderByInformation(Expression Expr, bool IsDescending, Sql.NullsPosition Nulls)

Parameters

Expr Expression
IsDescending bool
Nulls Sql.NullsPosition

Properties

Expr

public Expression Expr { get; init; }

Property Value

Expression

IsDescending

public bool IsDescending { get; init; }

Property Value

bool

Nulls

public Sql.NullsPosition Nulls { get; init; }

Property Value

Sql.NullsPosition