Table of Contents

Method Combine

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

Combine(IMongoUpdate)

Combines another UpdateBuilder into this one.

public UpdateBuilder Combine(IMongoUpdate other)

Parameters

other IMongoUpdate

The IMongoUpdate to combine into this one.

Returns

UpdateBuilder

A combined UpdateBuilder.