Код: Выделить всё
var query = from doc in context.Documents
where doc.ExpirationDate
Подробнее здесь: [url]https://stackoverflow.com/questions/79390682/how-to-compare-two-dates-with-ef-core-linq-and-npgsql[/url]Код: Выделить всё
var query = from doc in context.Documents
where doc.ExpirationDate
Подробнее здесь: [url]https://stackoverflow.com/questions/79390682/how-to-compare-two-dates-with-ef-core-linq-and-npgsql[/url]