Click or drag to resize
IceNetApplicationTransactionScope Property

Note: This API is now obsolete.

Gets a transaction scope.

Namespace: PDTec.IceNet.Sdk
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
[ObsoleteAttribute("Use IDatabaseRepository.ExecuteTransaction instead.")]
public static TransactionScope TransactionScope { get; }

Property Value

Type: TransactionScope
The transaction scope.
See Also