BusinessProcessAdvancedSettingsConditionalTransaction Property

Gets or sets the value determining if the transaction specified by the TransactionScope property will start only in certain conditions, or always.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool ConditionalTransaction { get; set; }

Property Value

Boolean

Remarks

If set to true, the transaction will start only if a transactional entity is used in this BusinessProcessAdvancedSettings.
If the TransactionScope property is set to RowLocking then it will also check if the AllowRowLocking property of any Entity is true.

See Also