Click or drag to resize
DataExtensions.UseTransaction Method
Ensures that the event uses transaction

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void UseTransaction(
	this CMSEventArgs e,
	CMSTransactionScope tr = null
)

Parameters

e
Type: CMS.Base.CMSEventArgs
Event arguments
tr (Optional)
Type: CMS.DataEngine.CMSTransactionScope
Transaction to use

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CMSEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also