Method Add
Add(BsonValue)
Adds an element to the array.
Parameters
value
BsonValue The value to add to the array.
Returns
- Bson
Array The array (so method calls can be chained).
Adds an element to the array.
value
BsonThe value to add to the array.
The array (so method calls can be chained).