IEntityCollectionUpdateMultiAsync Method | 
| Name | Description | |
|---|---|---|
| UpdateMultiAsync(IEntity, IPredicate) | 
            Async variant of UpdateMulti(IEntity, IPredicate).
            Updates in the persistent storage all entities of the type this collection is for which have data in common with the specified
            entity. Which fields are updated in those matching entities depends on which fields are
            changed in entityWithNewValues. The new values of these fields are read from entityWithNewValues.
              | |
| UpdateMultiAsync(IEntity, IPredicate, IRelationCollection) | 
            Async variant of UpdateMulti(IEntity, IPredicate, IRelationCollection).
            Updates in the persistent storage all entities of the type this collection is for which have data in common with the specified
            entity. Which fields are updated in those matching entities depends on which fields are
            changed in entityWithNewValues. The new values of these fields are read from entityWithNewValues.
              | |
| UpdateMultiAsync(IEntity, IPredicate, CancellationToken) | 
            Async variant of UpdateMulti(IEntity, IPredicate).
            Updates in the persistent storage all entities of the type this collection is for which have data in common with the specified
            entity. Which fields are updated in those matching entities depends on which fields are
            changed in entityWithNewValues. The new values of these fields are read from entityWithNewValues.
              | |
| UpdateMultiAsync(IEntity, IPredicate, IRelationCollection, CancellationToken) | 
            Async variant of UpdateMulti(IEntity, IPredicate, IRelationCollection).
            Updates in the persistent storage all entities of the type this collection is for which have data in common with the specified
            entity. Which fields are updated in those matching entities depends on which fields are
            changed in entityWithNewValues. The new values of these fields are read from entityWithNewValues.
              |