Detaches the specified Entity from the current unit of work.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public abstract void Detach(
	Entity entity
)
Visual Basic (Declaration)
Public MustOverride Sub Detach ( _
	entity As Entity _
)

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The Entity to detach.

Implements

IUnitOfWork..::.Detach(Entity)

See Also