C# Класс MongoDB.Driver.Linq.OrderByClause

Represents an order by clause.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OrderByClause ( LambdaExpression key, OrderByDirection direction ) : System.Linq.Expressions

Initializes an instance of the OrderByClause class.

Описание методов

OrderByClause() публичный Метод

Initializes an instance of the OrderByClause class.
public OrderByClause ( LambdaExpression key, OrderByDirection direction ) : System.Linq.Expressions
key System.Linq.Expressions.LambdaExpression An expression identifying the key of the order by clause.
direction OrderByDirection The direction of the order by clause.
Результат System.Linq.Expressions