SysComputedColumn::comparisonField Method [AX 2012]

Creates a field expression to use for comparison with other fields or literals.

Syntax

client server public static str comparisonField(
    TableName _viewName, 
    str _dataSourceName, 
    FieldName _fieldName)

Run On

ClientOrServer

Parameters

  • _dataSourceName
    Type: str
    The name of the data source on the view that contains the field to use for comparison.

Return Value

Type: str
A string expression that is formatted in such a way that the field can be used for comparison.

See Also

Reference

SysComputedColumn Class