OnCondition.CreateExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the expression for this condition.
protected virtual AdaptiveExpressions.Expression CreateExpression ();
abstract member CreateExpression : unit -> AdaptiveExpressions.Expression
override this.CreateExpression : unit -> AdaptiveExpressions.Expression
Protected Overridable Function CreateExpression () As Expression
Returns
Expression used to evaluate this rule.
Remarks
Override this in base classes to create the expression for this trigger.