mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Add support for SqlConnection for database profiling, #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ProfiledDbConnection works only with DBConnection. Please add support for 
SqlConnection.

Original issue reported on code.google.com by aprja...@gmail.com on 22 Sep 2012 at 11:24

GoogleCodeExporter commented 8 years ago
Sorry I need to be more specific: I want to profile SqlCommand and 
SqlDataReader. 
Now it is possible to use SqlConnection to create a DbConnection using 
ProfiledDbConnection. But this way we limited to DbCommand and DbDataReader.

This a feature request, not defect.

Original comment by aprja...@gmail.com on 30 Jan 2013 at 8:13