Home ICommandSortBuilder<TSort> Interface
Post
Cancel

ICommandSortBuilder<TSort> Interface

Definition

Namespace: EntityDb.Abstractions.Queries.SortBuilders
Assembly: EntityDb.Abstractions

Builds a TSort for a command query.

1
public interface ICommandSortBuilder<TSort> : EntityDb.Abstractions.Queries.SortBuilders.ISortBuilder<TSort>

Type Parameters

TSort
The type of sort used by the repository.

Methods

EntityId(Boolean) Returns a TSort that orders commands by entity id.
EntityVersionNumber(Boolean) Returns a TSort that orders commands by entity version number.
CommandType(Boolean) Returns a TSort that orders commands by type.
This post is licensed under CC BY 4.0 by the author.