Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) MongoDB2_6Api.DropOne Examples
Programming Language:
C# (CSharp)
Class/Type:
MongoDB2_6Api
Method/Function:
DropOne
Examples at hotexamples.com:
1
C# (CSharp) MongoDB2_6Api.DropOne - 1 examples found
. These are the top rated real world C# (CSharp) examples of
MongoDB2_6Api.DropOne
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Aggregate(1)
FindOneAndDelete(1)
DropDatabase(1)
DropOne(1)
DropOneAsync(1)
ExecuteModel(1)
ExecuteModelAsync(1)
FindAsync(1)
FindOneAndDeleteAsync(1)
DropCollection(1)
FindOneAndReplace(1)
FindOneAndReplaceAsync(1)
FindOneAndUpdate(1)
FindOneAndUpdateAsync(1)
FindSync(1)
GetNextBatch(1)
DropCollectionAsync(1)
DropAllAsync(1)
BulkWrite(1)
CreateManyAsync(1)
BulkWriteAsync(1)
Count(1)
CountAsync(1)
CreateCollection(1)
CreateCollectionAsync(1)
CreateMany(1)
CreateOne(1)
DropAll(1)
CreateOneAsync(1)
DeleteMany(1)
DeleteManyAsync(1)
DeleteOne(1)
DeleteOneAsync(1)
Distinct(1)
DistinctAsync(1)
GetNextBatchAsync(1)
Frequently Used Methods
Aggregate (1)
FindOneAndDelete (1)
DropDatabase (1)
DropOne (1)
DropOneAsync (1)
ExecuteModel (1)
ExecuteModelAsync (1)
FindAsync (1)
FindOneAndDeleteAsync (1)
DropCollection (1)
Frequently Used Methods
FindOneAndReplace (1)
FindOneAndReplaceAsync (1)
FindOneAndUpdate (1)
FindOneAndUpdateAsync (1)
FindSync (1)
GetNextBatch (1)
DropCollectionAsync (1)
DropAllAsync (1)
BulkWrite (1)
CreateManyAsync (1)
BulkWriteAsync (1)
Count (1)
CountAsync (1)
CreateCollection (1)
CreateCollectionAsync (1)
CreateMany (1)
CreateOne (1)
DropAll (1)
CreateOneAsync (1)
DeleteMany (1)
Frequently Used Methods
BulkWriteAsync (1)
Count (1)
CountAsync (1)
CreateCollection (1)
CreateCollectionAsync (1)
CreateMany (1)
CreateOne (1)
DropAll (1)
CreateOneAsync (1)
DeleteMany (1)
DeleteManyAsync (1)
DeleteOne (1)
DeleteOneAsync (1)
Distinct (1)
DistinctAsync (1)
GetNextBatchAsync (1)
Frequently Used Methods
DeleteManyAsync (1)
DeleteOne (1)
DeleteOneAsync (1)
Distinct (1)
DistinctAsync (1)
GetNextBatchAsync (1)
Example #1
0
Show file
public void DropOne(string dbName) { var api = new MongoDB2_6Api(dbName); api.DropOne(); }
x