Method SetWrapped
SetWrapped<T>(string, T)
Sets the value of the named element to a new wrapped value (see $set).
public static UpdateBuilder SetWrapped<T>(string name, T value)
Parameters
namestringThe name of the element to be set.
valueTThe new wrapped value.
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Type Parameters
TThe type of wrapped value.