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