Пример #1
0
 public async Task <UpdateResult> UpdateManyAsync <T>(Expression <Func <T, bool> > expression, UpdateDefinition <T> updateDef, IMongoDBStateContext stateContext = null) where T : class
 {
     return(await context.UpdateManyAsync <T>(expression, updateDef, stateContext));
 }