This method is invoked when the entity context is being disposed.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
protected abstract void Cleanup() |
| Visual Basic |
|---|
Protected MustOverride Sub Cleanup |
| Visual C++ |
|---|
protected: virtual void Cleanup() abstract |
| F# |
|---|
abstract Cleanup : unit -> unit |