Top "Submitchanges" questions

Computes the set of modified objects to be inserted, updated, or deleted, and executes the appropriate commands to implement the changes to the database.

LINQ not updating on .SubmitChanges()

Is there any reason something like this would not work? This is the logic I have used many times to …

linq linq-to-sql submitchanges
Row not found or changed LINQ C# error on simple statement

First of all, there is no chance that this is a multi-user issue, as I'm working locally on a dev …

c# linq linq-to-sql submitchanges
How to get the TSQL Query from LINQ DataContext.SubmitChanges()

I'm using Linq to SQL. I have a DataContext against which I am .SubmitChanges()'ing. There is an error inserting …

c# linq linq-to-sql datacontext submitchanges
ASP.NET Form - The form name\id changes to aspnetForm

I have this code: <form Name="AddPlace" ID="AddPlace" action="AddPlace.aspx" class="niceform" method="post" runat="server"> …

asp.net forms submitchanges
What could be causing db.SubmitChanges() to not work in linq-to-sql?

I've set up a very simple example with LINQ-TO-SQL in WPF. I can get an object (pageItem) out like this …

wpf linq-to-sql submitchanges