Method Inc
Inc(string, double)
Increments the named element by a value (see $inc).
public UpdateBuilder Inc(string name, double value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Inc(string, int)
Increments the named element by a value (see $inc).
public UpdateBuilder Inc(string name, int value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Inc(string, long)
Increments the named element by a value (see $inc).
public UpdateBuilder Inc(string name, long value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).