Click or drag to resize

IMongoCollection<TDocument>.InsertMany Method (IEnumerable<TDocument>, InsertManyOptions, CancellationToken)

Inserts many documents.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
void InsertMany(
	IEnumerable<TDocument> documents,
	InsertManyOptions options = null,
	CancellationToken cancellationToken = default
)

Parameters

documents
Type: System.Collections.Generic.IEnumerable<TDocument>
The documents.
options (Optional)
Type: MongoDB.Driver.InsertManyOptions
The options.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.
See Also