Click or drag to resize

Update<TDocument>.Pull Method

Overload List
  NameDescription
Public methodStatic memberPull<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, TValue)
Removes all values from the named array element that are equal to some value (see $pull).
Public methodStatic memberPull<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, Func<QueryBuilder<TValue>, IMongoQuery>)
Removes all values from the named array element that match some query (see $pull).
Top
See Also