Click or drag to resize

UpdateBuilderPull Method

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