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