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.8.0.0 (5.8.21.0111)
Syntax protected bool CloseConnection()
Protected Function CloseConnection As Boolean
Return Value
Type:
Booleantrue if the connection was actively closed, false otherwise (e.g. when the connection wasn't open)
See Also