Sign in | Join
Last post 08-29-2008 7:26 AM by vinot. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
How can i update a single row from the Linq Table.
Please Help me
Using LINQ to SQL or some other LINQ provider?
If LINQ to SQL, then see http://msdn.microsoft.com/en-us/library/bb386927.aspx (there is also a VB version of this page) which covers adding, updating and deleteing entities.
Thanks for your help