wschay

Results 1 issues of wschay

Hi, I am trying to use the basic BatchDelete functionality on EFCore for MySql My code is as follows: `context.Users.Where(u => u.Email == null).Delete();` When running the statement I receive...