Is it possible to implement something like this for Entity Framework Core 5? Code first Entity Framework 6.1 Custom Aggregate Function
Asked
Active
Viewed 260 times
1
-
Short answer no. But you can use extension [linq2db.EntityFrameworkCore](https://github.com/linq2db/linq2db.EntityFrameworkCore) which can handle custom aggregates. – Svyatoslav Danyliv Aug 13 '21 at 12:52