Method AllElements
AllElements<TSource>(IEnumerable<TSource>)
Represents all elements in an array (corresponds to the server's "$[]" update operator).
Parameters
source
IEnumerable<TSource>A source of values.
Returns
- TSource
Only meant to be used in Update specifications.
Type Parameters
TSource
The type of the elements of
source
.