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.12.0.0 (5.12.0)
Syntaxprotected bool AssureConnectionIsPresent()
Protected Function AssureConnectionIsPresent As Boolean
Return Value
Type: 
BooleanTrue if a new connection was created, false if there already was a connection present and this method did nothing
See Also