[]
        
(Showing Draft Content)

C1.Win.Data.Entities.C1DataSource.RejectChanges

RejectChanges Method

RejectChanges()

Rejects the changes for every entity in the context.

Declaration
public void RejectChanges()
Remarks

Changes will be rejected for all entities in the context, including those that were not loaded through this C1DataSource. This will also cancel a pending Add or Edit in the collection views.