Click or drag to resize

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

Inserts a single document.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
void InsertOne(
	IClientSessionHandle session,
	TDocument document,
	InsertOneOptions options = null,
	CancellationToken cancellationToken = null
)

Parameters

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