Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public void Dispose() |
| Visual Basic |
|---|
Public Sub Dispose |
| Visual C++ |
|---|
public: virtual void Dispose() sealed |
| F# |
|---|
abstract Dispose : unit -> unit override Dispose : unit -> unit |