Accessor-only property that will return the global scope TransactionSettings object.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public TransactionSettings TransactionSettingsGlobalScope { get; } |
Visual Basic |
---|
Public ReadOnly Property TransactionSettingsGlobalScope As TransactionSettings Get |
Field Value
The transaction settings global scope.Remarks
This is where the global transaction settings are stored. These settings will
be included in the request string that is sent to the Transaction Server only if they have
not be overridden by settings in the TransactionSettingsTransactionScope property.
They will persist for all transactions being executed by a particular
TransactionClient object. If you want
to change transaction settings for a particular transaction, use the
TransactionSettingsTransactionScope 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.
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.