IObjectSet<TEntity>.Detach Method (TEntity)

 

Notifies the set that an object that represents an existing entity must be detached from the set.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

void Detach(
	TEntity entity
)

Parameters

entity
Type: TEntity

The object to detach from the set.

Depending on the implementation, the change to the set may not be visible in an enumeration of the set until changes to that set have been persisted in some manner.