Class FieldConditional
The comparison shared by IF, COMPARE, SKIPIF and NEXTIF:
operand operator operand, taken from an instruction's first three arguments.
public static class FieldConditional
- Inheritance
-
FieldConditional
- Inherited Members
Remarks
Exposed publicly because mail merge needs the same truth value to decide record flow
(SKIPIF, NEXTIF) that the engine needs to pick IF's branch. One
implementation, so the two can never disagree about a record.
Methods
- TryEvaluate(FieldInstruction, CultureInfo, out bool)
Evaluates an instruction's comparison.