CUBRID ADO.NET Driver - 8.4.0.0 Releases the unmanaged resources used by the
CUBRIDTransaction and optionally releases the managed resources
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual Basic |
|---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also