chouffainet wrote:
Do you mean that if I create an Entity and set only a value of Active=1
and do myAccountsCollection.UpdateMulti and paste this var it will
update only the Active field ?
Yes. Do keep in mind that UpdateMulti creates an update query using the set values in the entity specified, using the filter specified. If you don't specify a filter it will update all entities.