IMongoCollection<TDocument>.InsertOneAsync Method (TDocument, InsertOneOptions, CancellationToken) |
Inserts a single document.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
SyntaxTask InsertOneAsync(
TDocument document,
InsertOneOptions options = null,
CancellationToken cancellationToken = null
)
Function InsertOneAsync (
document As TDocument,
Optional options As InsertOneOptions = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task
abstract InsertOneAsync :
document : 'TDocument *
?options : InsertOneOptions *
?cancellationToken : CancellationToken
(* Defaults:
let _options = defaultArg options null
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task
Parameters
- document
- Type: TDocument
The document. - options (Optional)
- Type: MongoDB.Driver.InsertOneOptions
The options. - cancellationToken (Optional)
- Type: Task
The result of the insert 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