Implementing Missing Features in Entity Framework Core - Part 5: Getting the SQL for a Query

added by Ricardo Peres
8/30/2016 9:28:59 PM

267 Views

This will be the fifth post in a series of posts about bringing the features that were present in Entity Framework pre-Core into EF Core. The others are: Part 1: Introduction, Find, Getting an Entity's Id Programmatically, Reload, Local, Evict Part 2: Explicit Loading This time I'm going to talk about something that is often requested: how can I get the SQL string for a LINQ query?


0 comments