Table of Contents

Method InitializeOrderedBulkOperation

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

InitializeOrderedBulkOperation()

Creates a fluent builder for an ordered bulk operation.

public virtual BulkWriteOperation<TDefaultDocument> InitializeOrderedBulkOperation()

Returns

BulkWriteOperation<TDefaultDocument>

A fluent bulk operation builder.