SysComputedColumn::and2 Method [AX 2012]

Creates an AND expression.

Syntax

client server public static str and2(str _leftExpression, str _rightExpression)

Run On

ClientOrServer

Parameters

  • _leftExpression
    Type: str
    The left operand.
  • _rightExpression
    Type: str
    The right operand.

Return Value

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

See Also

Reference

SysComputedColumn Class