Method Unset
Unset(string)
Removes the named element from the document (see $unset).
public static UpdateBuilder Unset(string name)
Parameters
name
stringThe name of the element to be removed.
Returns
- UpdateBuilder
The builder (so method calls can be chained).