Click or drag to resize

IMongoCollection<TDocument>.InsertOne Method (TDocument, InsertOneOptions, CancellationToken)

Inserts a single document.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
void InsertOne(
	TDocument document,
	InsertOneOptions options = null,
	CancellationToken cancellationToken = default
)

Parameters

document
Type: TDocument
The document.
options (Optional)
Type: MongoDB.Driver.InsertOneOptions
The options.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.
See Also