StyleCop.CSharp by StyleCop contributors, Andy Reeves, Chris Dahlberg

<PackageReference Include="StyleCop.CSharp" Version="6.2.0" />

.NET API 245,760 bytes

 QueryOrderByOrdering

public struct QueryOrderByOrdering
An individual ordering statement.
public QueryOrderByDirection Direction { get; set; }

Gets or sets the ordering direction.

public Expression Expression { get; set; }

Gets or sets the ordering expression.

public static bool op_Equality(QueryOrderByOrdering item1, QueryOrderByOrdering item2)

Determines whether the two items are equal.

public static bool op_Inequality(QueryOrderByOrdering item1, QueryOrderByOrdering item2)

Determines whether the two items are not equal.