Rejects the changes for every entity in the ObjectContext.
Namespace:
C1.Win.Data.EntitiesAssembly: C1.Win.Data.Entity (in C1.Win.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.