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.1.0.0 (5.1.0)
Syntax protected DbConnection GetActiveConnection()
Protected Function GetActiveConnection As DbConnection
Return Value
Type:
DbConnectionThe active connection object
See Also