SysComputedColumn::compareExpressions Method [AX 2012]

Creates a comparison binary expression.

Syntax

client server public static str compareExpressions(
    str _leftExpression, 
    str _comparisonOperator, 
    str _rightExpression)

Run On

ClientOrServer

Parameters

  • _leftExpression
    Type: str
    A string value that contains the left side of the comparison expression.
  • _comparisonOperator
    Type: str
    A string value that contains the comparison operator.
  • _rightExpression
    Type: str
    A string value that contains the right side of the comparison expression.

Return Value

Type: str
A string expression that is formatted as a comparison binary expression.

See Also

Reference

SysComputedColumn Class