DataAccessAdapterCoreGetActiveConnection Method  | 
  Returns the active connection object. If no connection object is present, a new one will be created. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected DbConnection GetActiveConnection()
Protected Function GetActiveConnection As DbConnection
Return Value
Type: 
DbConnectionThe active connection object
See Also