| Overload | Description |
|---|---|
| Dispose(Boolean) | Dispose the object and release all resources. A best practice for performing this automatically is to put all your VistaDBConnection objects within Using() statements to ensure they are cleaned up in a timely manner. |
| Dispose() | (Inherited from System.ComponentModel.Component) |