kev24uk
kev24uk
I may be looking at this too simplistically, but when code is written such as `dbContext.Table.Where(clause).ExecuteDelete()`, I would expect it to generate SQL like `DELETE FROM Table WHERE clause` and...
@roji Thats great, I look forward to hearing the team’s decision on this one :)
Just came across this today where we have a table mapped to two different entities (for lighter data retrieval when the full object is not necessary but don't want an...