Definition
Namespace: EntityDb.Abstractions.Queries.SortBuilders
Assembly: EntityDb.Abstractions
Builds a sort for a tag query.
1
public interface ITagSortBuilder<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 tags by entity id. |
EntityVersionNumber(Boolean) | Returns a TSort that orders tags by entity version number. |
TagType(Boolean) | Returns a TSort that orders tags by type. |
TagLabel(Boolean) | Returns a TSort that orders tags by Label. |
TagValue(Boolean) | Returns a TSort that orders tags by Value. |