Removes the object from its current context

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public void Detach()
Visual Basic
Public Sub Detach
Visual C++
public:
virtual void Detach() sealed
F#
abstract Detach : unit -> unit 
override Detach : unit -> unit 

Implements

IEntityObject..::..Detach()()()()

See Also