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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
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