I need to filter my queries by dates but I don’t care in this case about time portion of it that is stored in SQL Database. I first tried to something like var now = DateTime.Now.Date; Where(x => …
Tag: ef-core-2.2
Select most recent row filtered on multiple columns
I have an sql table +——+———–+———–+——–+————–+ | rowID| location | fk_Item_ID |Balance |Inventory_Date| +——+———–+———–+——–+————–+ | 1 |…