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.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
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