Указатель на сортированный список документов для агрегации.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
public interface IDocumentAggregateSortedCursor<TResult> : IDocumentAggregateCursor<TResult>, IDocumentCursor<TResult>
Type Parameters
Methods
|
Improve this Doc
View Source
Сортирует документы по возрастанию указанного свойства.
Declaration
IDocumentAggregateSortedCursor<TResult> ThenBy(Expression<Func<TResult, object>> property)
Parameters
Type |
Name |
Description |
Expression<Func<TResult, System.Object>> |
property |
|
Returns
|
Improve this Doc
View Source
Сортирует документы по убыванию указанного свойства.
Declaration
IDocumentAggregateSortedCursor<TResult> ThenByDescending(Expression<Func<TResult, object>> property)
Parameters
Type |
Name |
Description |
Expression<Func<TResult, System.Object>> |
property |
|
Returns
Extension Methods