Method PullWrapped
PullWrapped<T>(string, T)
Removes all values from the named array element that are equal to some wrapped value (see $pull).
public UpdateBuilder PullWrapped<T>(string name, T value)
Parameters
namestringThe name of the array element.
valueTThe wrapped value to remove.
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Type Parameters
TThe type of wrapped value.