ManagedWrapper.ReleaseConnection(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.
Releases any connections associated with the wrapper.
public:
virtual void ReleaseConnection(System::Object ^ connection);
public void ReleaseConnection (object connection);
abstract member ReleaseConnection : obj -> unit
override this.ReleaseConnection : obj -> unit
Public Sub ReleaseConnection (connection As Object)
Parameters
- connection
- Object
The connection.