Contents tagged with Linq

  • Linq -- SubmitChanges() not saving to database

    I've been working with Linq now for a while, but sometimes the simplest things get the best of you.  I was working with a new project where I had been using Linq all over the place. Everything was working, selecting rows, inserting logs, etc, etc, however, one portion was not. I was attempting to get a row from the database, changing a value then saving back that row. 

  • LINQ to DataTable

    We have been adopting Linq slowly but surely and have run into some issues we never had to deal with in the past.  Currently I use DataSets in VS2005 for everything.  These are nice since they return DataTables easily and allow updates / inserts / etc without issue.