Sumbits all changes to the server.

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

Syntax

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

Remarks

Changes will be submitted for all modified/added/deleted entities in the DomainContext, including those that were not loaded through this C1DataSource. This will also commit a pending Add or Edit in the collection views.

See Also