Persists all changes to the server. This is a simple shortcut calling DomainContext.SubmitChanges. If you need more detailed control over the result of the submit changes operation, you can call the SubmitChanges()()()() method directly.

Namespace:  C1.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public void SaveChanges()
Visual Basic
Public Sub SaveChanges

See Also