Posted on: 6/9/2015 9:37:48 PM | Views : 663

hi,
I'm a beginner using LINQ and have some questions. I have a class defined that contains some list items
ie,
public account {get;set} ;// where this is not a list but others are - example :
public list<payables> payables {get ;set}. 
What is the best way to update this information before I update the database using LINQ?
Each list defined represents a table in the database. I  was instantiating the lists and then
populating them with the fields like this:
  DataInfo.People.Add(newGo to the complete details ...