Click or drag to resize
DataConnectionFactoryCurrentConnection Property
Current DB connection to use within current connection scope.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static IDataConnection CurrentConnection { get; set; }

Property Value

Type: IDataConnection
See Also