Click or drag to resize

TransactionBaseCloseConnection Method

Close the active connection, if it's open.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected bool CloseConnection()

Return Value

Type: Boolean
true if the connection was actively closed, false otherwise (e.g. when the connection wasn't open)
See Also