Persists all changes to the server.
Namespace:
C1.Win.Data.EntitiesAssembly: C1.Win.Data.Entity (in C1.Win.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.