Method Combine
Combine(IMongoUpdate)
Combines another UpdateBuilder into this one.
public UpdateBuilder<TDocument> Combine(IMongoUpdate other)
Parameters
other
IMongoUpdateThe UpdateBuilder to combine into this one.
Returns
- UpdateBuilder<TDocument>
A combined UpdateBuilder.