Click or drag to resize

UpdateDefinitionExtensions.AddToSetEach Method

Overload List
  NameDescription
Public methodStatic memberAddToSetEach<TDocument, TItem>(UpdateDefinition<TDocument>, FieldDefinition<TDocument>, IEnumerable<TItem>)
Combines an existing update with an add to set operator.
Public methodStatic memberAddToSetEach<TDocument, TItem>(UpdateDefinition<TDocument>, Expression<Func<TDocument, IEnumerable<TItem>>>, IEnumerable<TItem>)
Combines an existing update with an add to set operator.
Top
See Also