I want to be able to easily tie the TSQL I'm seeing executed via SQL Profiler to the calls to the ObjectContext that was the "root cause" for the query.
I was hoping to see some event exposed by the ObjectContext which was raised when the ObjectContext was about to execute against the data store, but I don't see any such option.
Ideas?