Infrastructure: Trace when query is done. This is needed in order to get SelectRows statistics. #7105
Closed
Description
In order to get the SelectRows from SqlStatistics we need to add this trace statement, since "System.Data.SqlClient.WriteCommandAfter" tracing is not enough, as this is before the reader is reading the results.
This let us in Entity Framework Profiler report the results for the query.
Activity