Home ILeaseSortBuilder<TSort> Interface
Post
Cancel

ILeaseSortBuilder<TSort> Interface

Definition

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

Builds a sort for a lease query.

1
public interface ILeaseSortBuilder<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 leases by entity id.
EntityVersionNumber(Boolean) Returns a TSort that orders leases by entity version number.
LeaseType(Boolean) Returns a TSort that orders leases by type.
LeaseScope(Boolean) Returns a TSort that orders leases by Scope.
LeaseLabel(Boolean) Returns a TSort that orders leases by Label.
LeaseValue(Boolean) Returns a TSort that orders leases by Value.
This post is licensed under CC BY 4.0 by the author.