Removes the object from its current context
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
void Detach() |
| Visual Basic |
|---|
Sub Detach |
| Visual C++ |
|---|
void Detach() |
| F# |
|---|
abstract Detach : unit -> unit |