Table of Contents

Method Upsert

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

Upsert()

Specifies that the request being built should be an upsert.

public BulkUpdateRequestBuilder<TDocument> Upsert()

Returns

BulkUpdateRequestBuilder<TDocument>

A bulk update request builder.