3 ms·
I wish EF Core had first-class support for raw SQL, like Dapper.
by glub103011 3mo ago
I wish EF Core had first-class support for raw SQL, like Dapper.
- CodesInChaos 3mo agoIt has `context.Database.SqlQuery` and `ExecuteSql`.
- mexicocitinluez 3mo agoIt does as of EF Core 8 or 9. One of the challenges for their team I'm assuming is making sure the release notes also get copied to the actual documentation. This was one case where I thought the same thing and only until reading the release notes realized it was already a feature.