Method Set
Set(string, BsonValue)
Sets the value of the named element to a new value (see $set).
public static UpdateBuilder Set(string name, BsonValue value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Sets the value of the named element to a new value (see $set).
public static UpdateBuilder Set(string name, BsonValue value)
The builder (so method calls can be chained).