Entity Framework Core generated SQL depending on application

I moved several database queries to EF Core, and we don’t get any of the queries displayed in the dependency data captured by Application Insights. This would be ideal if the parameters were not captured, so we could fill out the request inside "exec sp_executesql". We receive requests to access the database without EF. Isn't it already implemented for EF Core?

+4
source share

All Articles