ManagedHelper.CloseManagedConnection(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the connection.
public:
virtual void CloseManagedConnection(System::Object ^ managedConnection);
public void CloseManagedConnection (object managedConnection);
abstract member CloseManagedConnection : obj -> unit
override this.CloseManagedConnection : obj -> unit
Public Sub CloseManagedConnection (managedConnection As Object)
Parameters
- managedConnection
- Object
The managed connection to be closed.