Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectIOrderedSearch<(Of <(<'TEntity, TIdentity>)>)>

IOrderedSearch<(Of <(<'TEntity, TIdentity>)>)> Interface
Reppresent a search for a TEntity that sorts the results by an .

Assembly: Epic.Query.Object

Declaration Syntax
C#
public interface IOrderedSearch<TEntity, TIdentity> : ISearch<TEntity, TIdentity>, 
	IDeferred<IEnumerable<TEntity>>
where TEntity : class
where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
TEntity
Type of the entity of interest.
TIdentity
Type of the identity of TEntity.
Members
All MembersProperties    



MemberDescription
Expression
Deferred expression, sorting the results.
blog comments powered by Disqus