The Close method closes the underlying Connection object and rolls back any pending transactions.
It then releases the connection to the connection pool, or closes the connection if connection pooling
is disabled.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Remarks
An application can call Close more than one time. No exception is generated.
See Also