Table of Contents

Class PagedSearch<T>

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

Represents an aggregation query that retrieves results with easy paging support.

public class PagedSearch<T> : PagedSearch<T, T> where T : IEntity

Type Parameters

T

Any class that implements IEntity

Inheritance
PagedSearch<T>
Inherited Members