WHERE birthday BETWEEN '1995-01-01' AND '1995-12-31'
SELECT user_id from users
WHERE phone is not null
GROUP BY user_id
db.saveChanges()
. Где происходит изменение объектов в контексте - я не вижу.MyDelegate myDelegate = new MyDelegate(MyClass.Method)
select name, MAX(price) from products
GROUP BY name
select name, MAX(id) from products
GROUP BY name
select something from city as c
INNER JOIN region as r ON c.regionId = r.Id
INNER JOIN country as co ON co.Id = r.countryId
WHERE some condition