Click or drag to resize

UpdateTDocumentPull Method

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