Class IMongoDatabaseExtensions
Extension methods on IMongoDatabase.
- Inheritance
-
IMongo
Database Extensions
- Inherited Members
Methods
- Aggregate(IMongo
Database, Aggregate Options) Begins a fluent aggregation interface.
- Aggregate(IMongo
Database, IClient Session Handle, Aggregate Options) Begins a fluent aggregation interface.
- As
Queryable(IMongo Database, Aggregate Options) Creates a queryable source of documents.
- As
Queryable(IMongo Database, IClient Session Handle, Aggregate Options) Creates a queryable source of documents.
- Watch(IMongo
Database, Change Stream Options, Cancellation Token) Watches changes on all collection in a database.
- Watch(IMongo
Database, IClient Session Handle, Change Stream Options, Cancellation Token) Watches changes on all collection in a database.
- Watch
Async(IMongo Database, Change Stream Options, Cancellation Token) Watches changes on all collection in a database.
- Watch
Async(IMongo Database, IClient Session Handle, Change Stream Options, Cancellation Token) Watches changes on all collection in a database.