Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryNewTransaction Method

Note: This API is now obsolete.

Creates a new transaction over this provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use BeginTransaction() instead.")]
public CMSTransactionScope NewTransaction()

Return Value

Type: CMSTransactionScope
See Also