Single row, Single column table update
LINQ
1
Posts
1
Posters
1
Views
1
Watching
-
I have a table in my database that has only 1 piece of data (one row with one column), and I'm trying to update it with a LinqToSql class. My assumption is that it isn't updating because I have no primary key defined. Do I need to create one the table for the DataContext class to properly submit changes, or is there a way to tell it "Hey, there's only one cell of data to update, ever, so just update it"? Thanks.
Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA