Click or drag to resize

TransactionBaseAssureConnectionIsPresent Method

Makes sure there's an active DbConnection object ready to be used. It doesn't open the connection yet, it only makes sure the connection object is there.

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 AssureConnectionIsPresent()

Return Value

Type: Boolean
True if a new connection was created, false if there already was a connection present and this method did nothing
See Also