Sunday, December 2, 2007

LINQ to SQL Row Add/Remove

I was trying to add and remove records to my database tables. I couldn't find anything that designated that these kinds of changes be made to the database.

Then I found this blog that cataloged the changes in methods from Beta 2 to the RTM version:

http://chakkaradeep.wordpress.com/2007/11/22/linq-to-sql-beta-2-to-rtm-changes/

I should have been able to figure it out quickly myself, but sometimes it's the obvious things that you need a sign for.

No comments: