UpdateBuilder<TDocument>.Pull Method |
Name | Description | |
---|---|---|
![]() | Pull<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, TValue) |
Removes all values from the named array element that are equal to some value (see $pull).
|
![]() | Pull<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, Func<QueryBuilder<TValue>, IMongoQuery>) |
Removes all values from the named array element that match some query (see $pull).
|