Update<TDocument>.PushEach Method |
Name | Description | |
---|---|---|
![]() ![]() | PushEach<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, IEnumerable<TValue>) |
Adds a list of values to the end of the named array element (see $push and $each).
|
![]() ![]() | PushEach<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, PushEachOptions, IEnumerable<TValue>) |
Adds a list of values to the end of the named array element (see $push and $each).
|
![]() ![]() | PushEach<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, Action<PushEachOptionsBuilder<TValue>>, IEnumerable<TValue>) |
Adds a list of values to the end of the named array element (see $push and $each).
|