Update Multiple Entities in One Query EF Core
I'm looking for a way to update multiple entities, something that represents
I've googled around and answers seems to execute a select-where query first then update each entity using a loop, then update them one by one.
Is there a way for this? Thanks in advance
I've googled around and answers seems to execute a select-where query first then update each entity using a loop, then update them one by one.
Is there a way for this? Thanks in advance