4 references to ChangeProcessor
System.Data.Linq (4)
DataContext.cs (4)
509
new
ChangeProcessor
(this.services, this).SubmitChanges(failureMode);
532
new
ChangeProcessor
(services, this).SubmitChanges(failureMode);
681
return new
ChangeProcessor
(services, this).GetChangeText();
692
return new
ChangeProcessor
(this.services, this).GetChangeSet();