Class LegacyMemberConverterBase.OrderByInformation
- Namespace
- LinqToDB.Internal.DataProvider.Translation
- Assembly
- linq2db.dll
public record LegacyMemberConverterBase.OrderByInformation : IEquatable<LegacyMemberConverterBase.OrderByInformation>
- Inheritance
-
objectLegacyMemberConverterBase.OrderByInformation
- Implements
- Extension Methods
Constructors
OrderByInformation(Expression, bool, NullsPosition)
public OrderByInformation(Expression Expr, bool IsDescending, Sql.NullsPosition Nulls)
Parameters
ExprExpressionIsDescendingboolNullsSql.NullsPosition
Properties
Expr
public Expression Expr { get; init; }
Property Value
IsDescending
public bool IsDescending { get; init; }
Property Value
Nulls
public Sql.NullsPosition Nulls { get; init; }