IObjectSet<TEntity>.Detach(TEntity) Method

Definition

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

public void Detach (TEntity entity);
abstract member Detach : 'Entity -> unit
Public Sub Detach (entity As TEntity)

Parameters

entity
TEntity

The object to detach from the set.

Remarks

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.

Applies to