Beispiel #1
0
 public void Save()
 {
     context.SubmitChanges();
 }
 public int Save()
 {
     // Return the number of the affected rows to determine in your code whether your query executed or not
     return(context.SubmitChanges());
 }