Click or drag to resize

Update.PullAll Method

Overload List
  NameDescription
Public methodStatic memberPullAll(String, BsonArray)
Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
Public methodStatic memberPullAll(String,BsonValue[])
Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
Public methodStatic memberPullAll(String, IEnumerable<BsonValue>)
Removes all values from the named array element that are equal to any of a list of values (see $pullAll).
Top
See Also