SysComputedColumn::returnLiteral Method [AX 2012]

Creates a literal expression to use for returning a literal.

Syntax

client server public static str returnLiteral(anytype _literal)

Run On

ClientOrServer

Parameters

  • _literal
    Type: anytype
    A literal value to use as a return value.

Return Value

Type: str
A string expression formatted in such a way that the literal can be used as a return value.

See Also

Reference

SysComputedColumn Class