In first and second blog on SharePoint LINQ, I discussed about using SPMetal command and DataContext Object, to create a code file with autogenerated code, containing entity classes, Query SharePoint data and use Joins.
Moving forward from second blog, in this part I will discuss about SharePoint data manipulation like, adding, deleting and updating data.
Adding, Updating, and Deleting Data and Dealing with Conflicts
We can add, update, delete and deal with conflicts in our SharePoint data using LINQ for our SharePoint application development.
ShareThis