UpdatePull Method | 
| Name | Description | |
|---|---|---|
| Pull(String, BsonValue) | 
            Removes all values from the named array element that are equal to some value (see $pull).
              | |
| Pull(String, IMongoQuery) | 
            Removes all values from the named array element that match some query (see $pull).
              |