Transaction.ForceAllRulesToCommitTime Property

Definition

Get or set a flag that forces all inline rules to fire at LocalCommit time for the current transaction.

public:
 property bool ForceAllRulesToCommitTime { bool get(); void set(bool value); };
public bool ForceAllRulesToCommitTime { [System.Diagnostics.DebuggerStepThrough] get; set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ForceAllRulesToCommitTime : bool with get, set
Public Property ForceAllRulesToCommitTime As Boolean

Property Value

bool

Attributes

Applies to