mongodb-generic-repository
mongodb-generic-repository copied to clipboard
How to use with Aggregate AllowDiskUse
I try to use Aggegate with Database.GetCollection<TDocument>(GetCollectionName<TDocument>(partitionKey)) but it get this error: Cannot implicitly convert type 'MongoDB.Driver.IAggregateFluent<TDocument>' to 'MongoDB.Driver.IMongoCollection<TDocument>' How can I use AllowDiskUse?