Definition
Namespace: EntityDb.Abstractions.Queries.SortBuilders
Assembly: EntityDb.Abstractions
Builds a sort for an object repository. Possible objects include: agentSignatures, commands, facts, and leases.
1
public interface ISortBuilder<TSort>
Type Parameters
TSort
The type of sort used by the repository.
Methods
TransactionTimeStamp(Boolean) | Returns a TSort that orders objects by transaction timestamp. |
TransactionId(Boolean) | Returns a TSort that orders objects by transaction id. |
Combine(TSort[]) | Returns a TSort that orders objects ordered by a series of sorts. |