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