In This Topic
Disposes the resources of this connection.
Syntax
'Declaration
Protected Overloads Sub Dispose( _
ByVal As Boolean _
)
protected void Dispose(
bool
)
Parameters
- disposing
- true to release both managed and unmanaged resources;
false to release only unmanaged resources.
See Also