Click or drag to resize

UpdateBuilderTDocumentPull Method

Overload List
  NameDescription
Public methodPullTValue(ExpressionFuncTDocument, IEnumerableTValue, FuncQueryBuilderTValue, IMongoQuery)
Removes all values from the named array element that match some query (see $pull).
Public methodPullTValue(ExpressionFuncTDocument, IEnumerableTValue, TValue)
Removes all values from the named array element that are equal to some value (see $pull).
Top
See Also