Is there a way to get all the SQL change script of the object context?
Note: I am not talking about ObjectQuery.ToTraceString();
Is there a way to get all the SQL change script of the object context?
Note: I am not talking about ObjectQuery.ToTraceString();
No unfortunately there isn't anything 'in' the product and available directly off the ObjectContext.
However you should take a look at Jarek's TracingProvider, that injects a layer between the EF and SqlClient to do logging etc.
Read about it here.