Click or drag to resize

IMongoDatabaseExtensions Class

Extension methods on IMongoDatabase.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverIMongoDatabaseExtensions

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static class IMongoDatabaseExtensions
Methods
  NameDescription
Public methodStatic memberAggregate(IMongoDatabase, AggregateOptions)
Begins a fluent aggregation interface.
Public methodStatic memberAggregate(IMongoDatabase, IClientSessionHandle, AggregateOptions)
Begins a fluent aggregation interface.
Public methodStatic memberWatch(IMongoDatabase, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatch(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatchAsync(IMongoDatabase, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatchAsync(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Top
See Also