| UpdateBuilderPullAll Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | PullAll(String, BsonArray) | 
            Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
             | 
|  | PullAll(String, BsonValue) | 
            Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
             | 
|  | PullAll(String, IEnumerableBsonValue) | 
            Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
             | 
 See Also
See Also