Click or drag to resize

MongoDatabaseBase.DropCollectionAsync Method

Overload List
  NameDescription
Public methodDropCollectionAsync(String, CancellationToken)
Drops the collection with the specified name.
Public methodDropCollectionAsync(IClientSessionHandle, String, CancellationToken)
Drops the collection with the specified name.
Public methodDropCollectionAsync(String, DropCollectionOptions, CancellationToken)
Drops the collection with the specified name.
Public methodDropCollectionAsync(IClientSessionHandle, String, DropCollectionOptions, CancellationToken)
Drops the collection with the specified name.
Top
See Also