Class Find<T>
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
TAny class that implements IEntity
- Inheritance
-
Find<T, T>Find<T>
- Inherited Members