Can I eliminate this for loop with my ExecuteUpdate call in EF Core?
I have this ExecuteUpdate
call below inside a for loop and I want to know if it’s possible to eliminate the for loop? I know I can use a list in the where clause for all the UserIds but I’m not sure about the SetProperty