Decrements the connection reference count and closes the connection if there are no more connection references.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void ClosePersitentConnection()
Visual Basic (Declaration)
Public Sub ClosePersitentConnection
Visual C++
public:
void ClosePersitentConnection()

See Also