Click or drag to resize

UpdatePull Method

Overload List
  NameDescription
Public methodStatic memberPull(String, BsonValue)
Removes all values from the named array element that are equal to some value (see $pull).
Public methodStatic memberPull(String, IMongoQuery)
Removes all values from the named array element that match some query (see $pull).
Top
See Also