I\'m having some troubles with updating linq to sql entities. For some reason, I can update every single field of my item entity besides name.
item
It appears that the SQL being generated is not including the contents of the SET clause (notice that there is no [Name] = @pXX after SET). Are all of the properties (data type, size, etc.) of the entity field set correctly in the dbml designer?
SET
[Name] = @pXX