TimeToFire Enum

Definition

Enumeration that identifies firing time of a rule

public enum class TimeToFire
public enum TimeToFire
type TimeToFire = 
Public Enum TimeToFire
Inheritance
TimeToFire

Fields

Inline 0

Rule will be fired Inline

LocalCommit 1

Rule will be fired when the transaction in which the change occurred commits

TopLevelCommit 2

Rule will be fired when the top level transaction in which the change occurred commits

Applies to