Click or drag to resize
ConnectionContextCurrentTransactionScope Property

Note: This API is now obsolete.

Request transaction scope.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use member CMS.DataEngine.ConnectionContext.CurrentScopeConnection.Transaction instead")]
public static CMSTransactionScope CurrentTransactionScope { get; set; }

Property Value

Type: CMSTransactionScope
See Also