Share via


RetailConnDataDirectorEngine.rangeValue Method [AX 2012]

Sets the range value for a field in the query.

Syntax

public boolean rangeValue(
    anytype _fromValue, 
    anytype _toValue, 
    int _operator)

Run On

Client

Parameters

  • _fromValue
    Type: anytype
    The minimum value of the range.
  • _toValue
    Type: anytype
    The maximum value of the range.
  • _operator
    Type: int
    The operator value that is used for calculations.

Return Value

Type: boolean
true if the range is set accordingly; otherwise false.

See Also

Reference

RetailConnDataDirectorEngine Class