Click or drag to resize
IceNetWebServiceTransactionScope Property

Note: This API is now obsolete.

Gets a transaction scope.

Namespace: PDTec.IceNet.Web.Service
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
The transaction scope.
See Also