Like SQL, Linq is a great way to retrieve data from various sources, but to date I haven't heard anyone talking about the other elements that SQL provides, specifically update/insert/delete. The various DLinq providers all offer their own mechanisms, but it seems like at some point modification of a data source would become part of the language extension that LINQ represents. Has anyone seen any articles or discussions about this step in LINQ's evolution?
Much appreciated!
James