EntityAspectDelete Method Breeze.sharp
Marks this Entity for deletion; the EntityState becomes "Deleted".

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

public void Delete()
Remarks

You must call [!:Breeze.Sharp.EntityManager.SaveChanges()] to persist this change to the backend data source.

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

See Also

Reference