Accessor-only property that will return the transaction scope TransactionSettings object.

Namespace: ININ.IceLib.Data.TransactionBuilder
Assembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public TransactionSettings TransactionSettingsTransactionScope { get; }
Visual Basic
Public ReadOnly Property TransactionSettingsTransactionScope As TransactionSettings
	Get

Field Value

The transaction settings transaction scope.

Remarks

This is where any temporary transaction settings are stored. These settings will be included in the request string that is sent to the Transaction Server only if they have overridden the settings in the TransactionSettingsGlobalScope property. The transaction settings contained in the TransactionSettingsTransactionScope property are cleared by the generated code after each transaction execution. If you want to set transaction settings that will persist for all transactions being executed by a particular TransactionClient object, use the TransactionSettingsGlobalScope property

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also