Class PagedSearch<T>
Represents an aggregation query that retrieves results with easy paging support.
public class PagedSearch<T> : PagedSearch<T, T> where T : IEntity
Type Parameters
TAny class that implements IEntity
- Inheritance
-
PagedSearch<T, T>PagedSearch<T>
- Inherited Members