Created
April 2, 2015 16:05
-
-
Save danared/35a3f2e680974aace3b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var document = new BsonDocument { { "_id", 1 }, { "x", 2 } }; | |
await collection.InsertOneAsync(document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment