Click or drag to resize
IceNetHttpApplicationTransactionScope Property

Note: This API is now obsolete.

Gets a new transaction scope.

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

Property Value

Type: TransactionScope
See Also