| IFilteredMongoCollectionTDocument Methods |
The IFilteredMongoCollectionTDocument generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateTResult |
Runs an aggregation pipeline.
(Inherited from IMongoCollectionTDocument.) | |
| AggregateAsyncTResult |
Runs an aggregation pipeline.
(Inherited from IMongoCollectionTDocument.) | |
| BulkWrite |
Performs multiple write operations.
(Inherited from IMongoCollectionTDocument.) | |
| BulkWriteAsync |
Performs multiple write operations.
(Inherited from IMongoCollectionTDocument.) | |
| Count |
Counts the number of documents in the collection.
(Inherited from IMongoCollectionTDocument.) | |
| CountAsync |
Counts the number of documents in the collection.
(Inherited from IMongoCollectionTDocument.) | |
| DeleteMany |
Deletes multiple documents.
(Inherited from IMongoCollectionTDocument.) | |
| DeleteManyAsync |
Deletes multiple documents.
(Inherited from IMongoCollectionTDocument.) | |
| DeleteOne |
Deletes a single document.
(Inherited from IMongoCollectionTDocument.) | |
| DeleteOneAsync |
Deletes a single document.
(Inherited from IMongoCollectionTDocument.) | |
| DistinctTField |
Gets the distinct values for a specified field.
(Inherited from IMongoCollectionTDocument.) | |
| DistinctAsyncTField |
Gets the distinct values for a specified field.
(Inherited from IMongoCollectionTDocument.) | |
| FindAsyncTProjection |
Finds the documents matching the filter.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndDeleteTProjection |
Finds a single document and deletes it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndDeleteAsyncTProjection |
Finds a single document and deletes it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndReplaceTProjection |
Finds a single document and replaces it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndReplaceAsyncTProjection |
Finds a single document and replaces it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndUpdateTProjection |
Finds a single document and updates it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindOneAndUpdateAsyncTProjection |
Finds a single document and updates it atomically.
(Inherited from IMongoCollectionTDocument.) | |
| FindSyncTProjection |
Finds the documents matching the filter.
(Inherited from IMongoCollectionTDocument.) | |
| InsertMany |
Inserts many documents.
(Inherited from IMongoCollectionTDocument.) | |
| InsertManyAsync |
Inserts many documents.
(Inherited from IMongoCollectionTDocument.) | |
| InsertOne |
Inserts a single document.
(Inherited from IMongoCollectionTDocument.) | |
| InsertOneAsync(TDocument, CancellationToken) | Obsolete.
Inserts a single document.
(Inherited from IMongoCollectionTDocument.) | |
| InsertOneAsync(TDocument, InsertOneOptions, CancellationToken) |
Inserts a single document.
(Inherited from IMongoCollectionTDocument.) | |
| MapReduceTResult |
Executes a map-reduce command.
(Inherited from IMongoCollectionTDocument.) | |
| MapReduceAsyncTResult |
Executes a map-reduce command.
(Inherited from IMongoCollectionTDocument.) | |
| OfTypeTDerivedDocument |
Returns a filtered collection that appears to contain only documents of the derived type.
All operations using this filtered collection will automatically use discriminators as necessary.
(Inherited from IMongoCollectionTDocument.) | |
| ReplaceOne |
Replaces a single document.
(Inherited from IMongoCollectionTDocument.) | |
| ReplaceOneAsync |
Replaces a single document.
(Inherited from IMongoCollectionTDocument.) | |
| UpdateMany |
Updates many documents.
(Inherited from IMongoCollectionTDocument.) | |
| UpdateManyAsync |
Updates many documents.
(Inherited from IMongoCollectionTDocument.) | |
| UpdateOne |
Updates a single document.
(Inherited from IMongoCollectionTDocument.) | |
| UpdateOneAsync |
Updates a single document.
(Inherited from IMongoCollectionTDocument.) | |
| WithReadConcern |
Returns a new collection with a different read concern.
(Inherited from IMongoCollectionTDocument.) | |
| WithReadPreference |
Returns a new collection with a different read preference.
(Inherited from IMongoCollectionTDocument.) | |
| WithWriteConcern |
Returns a new collection with a different write concern.
(Inherited from IMongoCollectionTDocument.) |