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