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 Members | Properties | ||||
Member | Description | |
---|---|---|
Expression |
Deferred expression, skipping and taking a subset of the results.
|