Is there any way to *conditionally* set a property with EF `.ExecuteUpdateAsync()`?
Right now, I'm doing
but I'm not sure how would I do something similar, as in, something that avoids setting
but no such thing seems to exist.
but I'm not sure how would I do something similar, as in, something that avoids setting
x.Name = x.Name, with the Execute method. Something likebut no such thing seems to exist.