Table of Contents

Interface IFilteredMongoCollection<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A filtered mongo collection. The filter will be and'ed with all filters.

public interface IFilteredMongoCollection<TDocument> : IMongoCollection<TDocument>

Type Parameters

TDocument

The type of the document.

Inherited Members
Extension Methods

Properties

Filter

Gets the filter.