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