Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected DbConnection GetActiveConnection()

Return Value

Type: DbConnection
The active connection object
See Also