SysComputedColumn::sign Method [AX 2012]

Creates a SIGN expression.

Syntax

client server public static str sign(str _expression)

Run On

ClientOrServer

Parameters

  • _expression
    Type: str
    A string value that contains the expression.

Return Value

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

See Also

Reference

SysComputedColumn Class