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

ISlicedSearch<(Of <(<'TEntity, TIdentity>)>)> Interface
Reppresent a search for a TEntity that includes a subset of the original results.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public interface ISlicedSearch<TEntity, TIdentity> : 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, skipping and taking a subset of the results.
blog comments powered by Disqus