コード例 #1
0
 public void DropTestCollection <TDocument>()
 {
     MongoDbContext.DropCollection <TDocument>();
 }
コード例 #2
0
 public void DropTestCollection <TDocument>(string partitionKey)
 {
     MongoDbContext.DropCollection <TDocument>(partitionKey);
 }
コード例 #3
0
 public void DropCollection()
 {
     MongoDbContext.DropCollection <User>();
 }