Method Push
Push(string, BsonValue)
Adds a value to the end of the named array element (see $push).
public UpdateBuilder Push(string name, BsonValue value)
Parameters
name
stringThe name of the array element.
value
BsonValueThe value to add to the end of the array.
Returns
- UpdateBuilder
The builder (so method calls can be chained).