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. |