Table of Contents

Class Find<T>

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

Represents a MongoDB Find command.

TIP: Specify your criteria using .Match() .Sort() .Skip() .Take() .Project() .Option() methods and finally call .Execute()

Note: For building queries, use the DB.Fluent* interfaces

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

Type Parameters

T

Any class that implements IEntity

Inheritance
Find<T, T>
Find<T>
Inherited Members