Home ISortBuilder<TSort> Interface
Post
Cancel

ISortBuilder<TSort> Interface

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.
This post is licensed under CC BY 4.0 by the author.