Removes the entity from the EntityManager cache.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Return Value
Type: BooleanRemarks
This does not delete the object from the backend server. To delete an entity, use the Delete method.
See Also