EntityManagerDetachEntity Method Breeze.sharp
Removes a specified entity from this EntityManager. Note this is NOT a deletion. It simply causes the EntityManager to 'forget' about this entity.

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

public bool DetachEntity(
	IEntity entity
)

Parameters

entity
Type: Breeze.SharpIEntity

Return Value

Type: Boolean
See Also

Reference