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