Please add feature to trace DbQuery parameter values
DbQuery (in contrast to ObjectQuery) does not have a Parameters property.
Using SqlProfiler is not an option.
We are tracing using log4net in production.
We and our enterprise customers do not allow any application without such tracing in production.
Currently the only solution seem to be using reflection:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/91c7fb6d-d1b8-4a7f-aec9-16336dbd619b/
DbQuery (in contrast to ObjectQuery) does not have a Parameters property.
Using SqlProfiler is not an option.
We are tracing using log4net in production.
We and our enterprise customers do not allow any application without such tracing in production.
Currently the only solution seem to be using reflection:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/91c7fb6d-d1b8-4a7f-aec9-16336dbd619b/