ExpressionType.Ignore Field

Definition

Any predicate expression wrapped in this will be ignored for specialization.

public const string Ignore;
val mutable Ignore : string
Public Const Ignore As String 

Field Value

String

Remarks

This is useful for when you need to add expression to the trigger that are part of rule mechanics rather than of intent. For example, if you have a counter for how often a particular message is displayed, then that is part of the triggering condition, but all such rules would be incomparable because they counter is per-rule.

Applies to