EntityManagerAcceptChanges Method Breeze.sharp
Calls AcceptChanges on each Added, Deleted or Modified entity within the cache. All pending changes will be considered complete and after this call the EntityManager will have no pending changes.

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

public void AcceptChanges()
See Also

Reference