var writeModelUpdate = new UpdateOneModel<BsonDocument>( Builders<BsonDocument>.Filter.Eq(y => y["_id"], id), Builders<BsonDocument>.Update .Inc(y => y["Amount"], 1m) );--
You received this message because you are subscribed to a topic in the Google Groups "mongodb-csharp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongodb-csharp/jbD1SoVusiw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongodb-cshar...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.