Click or drag to resize
DataExtensionsUseTransaction Method

Note: This API is now obsolete.

Ensures that the event uses transaction

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static void UseTransaction(
	this CMSEventArgs e,
	CMSTransactionScope tr = null
)

Parameters

e
Type: CMS.BaseCMSEventArgs
Event arguments
tr (Optional)
Type: CMS.DataEngineCMSTransactionScope
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