Is it possible to output the SQL generated by the Entity Framework on a global level and not on a query by query basis? I'm looking to just dump it all somewhere so I can review it.
If that is not possible, how do I view the SQL being generated for updates and inserts?