Hi There,
I need a method to save the DB changes (made through my application using LlBlGen) not directly to database(Sql 2005).
Currently I am using myEntity.Save() and need to extend this save facility to somewhere in the memory(or any other temporary location), which I would be able to synchronize with actual DB with n number of changes made.
Or any way to generate equivalent SQL script using myEntity.Save() (with each data modification transaction), so that I can run the same script when required
Any help would be appreciated.
Thanks
Ym