Rejects the changes for every entity in the DomainContext.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public void RejectChanges()
Visual Basic
Public Sub RejectChanges

Remarks

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

See Also