Hello everybody! I've figured now that we could need a readonly DataContext for security reasons. In http://msdn.microsoft.com/en-us/library/system.data.linq.datacontext.deferredloadingenabled.aspxit is said that that would be possible, by setting DataContext.ObjectTrackingEnabled = false.
Actually those two proprerty required to get such a behaviour throws NotImplementedException. I could try to implement them, at least to get the readonly behaviour (which even if not trivial, should be possible in a reasonable time). Can someone get me an overview of the required modifications and point me to the place to start? Giacomo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
