Persists all changes to the server.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)
Syntax
C# |
---|
public void SaveChanges() |
Visual Basic |
---|
Public Sub SaveChanges |
Remarks
Changes will be saved for all entities in the ObjectContext, including
those that were not loaded through this C1DataSource.
This will also commit a pending Add or Edit in the collection views.