IMongoCollection<TDocument>.DeleteManyAsync Method (FilterDefinition<TDocument>, DeleteOptions, CancellationToken) |
Deletes multiple documents.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
SyntaxTask<DeleteResult> DeleteManyAsync(
FilterDefinition<TDocument> filter,
DeleteOptions options,
CancellationToken cancellationToken = null
)
Function DeleteManyAsync (
filter As FilterDefinition(Of TDocument),
options As DeleteOptions,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of DeleteResult)
abstract DeleteManyAsync :
filter : FilterDefinition<'TDocument> *
options : DeleteOptions *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<DeleteResult>
Parameters
- filter
- Type: MongoDB.Driver.FilterDefinition<TDocument>
The filter. - options
- Type: MongoDB.Driver.DeleteOptions
The options. - cancellationToken (Optional)
- Type: Task<DeleteResult>
The result of the delete operation.
See Also
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant