EntityAspectRejectChanges Method Breeze.sharp
Rejects (rolls back) all changes to this Entity since it was queried or had AcceptChanges called on it.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public void RejectChanges()
Remarks

Rejects any changes made to the Entity since the last save operation. This will also remove the Entity from the EntityManager if it was an 'added' object.

The EntityChanging and EntityChanged events will fire during a RejectChanges call with an EntityAction of [!:EntityAction.Rollback].

See Also

Reference

Entity.RejectChanges
[M:Breeze.Sharp.Entity.RemoveFromManager()]