Releases the unmanaged resources used by the
DbNetData and optionally releases the managed resources
Namespace:
DbNetLink.Data
Assembly:
DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected virtual void Dispose(
bool disposing
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub Dispose ( _
disposing As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) |
Parameters
- disposing
- Type: System..::.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also