Constructor OrderByClause
OrderByClause(LambdaExpression, OrderByDirection)
Initializes an instance of the OrderByClause class.
public OrderByClause(LambdaExpression key, OrderByDirection direction)
Parameters
keyLambdaExpressionAn expression identifying the key of the order by clause.
directionOrderByDirectionThe direction of the order by clause.