You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SqlClient has built in tracing for the SqlCommand's.
It would be really helpful to have it for the SqlConnection/SqlDataReader as well.
In today's apps in most cases time taken to read data is significantly exceeds time to execute SqlCommand's. But it is currently not possible to track readers explicitly ((
EntityFramework made their own tracing and they expose SqlConnection lifetime events and one SqlDataReader event. But that's EntityFramework, we need it built in to the client.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Guys,
Currently SqlClient has built in tracing for the SqlCommand's.
It would be really helpful to have it for the SqlConnection/SqlDataReader as well.
In today's apps in most cases time taken to read data is significantly exceeds time to execute SqlCommand's. But it is currently not possible to track readers explicitly ((
EntityFramework made their own tracing and they expose SqlConnection lifetime events and one SqlDataReader event. But that's EntityFramework, we need it built in to the client.
Thanks
The text was updated successfully, but these errors were encountered: