Table of Contents

Method Combine

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

Combine(IMongoUpdate)

Combines another UpdateBuilder into this one.

public UpdateBuilder<TDocument> Combine(IMongoUpdate other)

Parameters

other IMongoUpdate

The UpdateBuilder to combine into this one.

Returns

UpdateBuilder<TDocument>

A combined UpdateBuilder.