Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.0.1
-
None
-
MongoDB 3.1.5
Description
I want to create a database via C#
the code can't work as below:
var db = mongoSvr.GetDatabase(dbName);
but if I create a collection just after GetDatabase,new database and collection is append to the server.