Created
April 2, 2015 16:09
-
-
Save danared/21e1ae99c89c750d6fd5 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