HS.Types.Grid.Operator
datatype class HS.Types.Grid.Operator extends %Library.String
ODBC Type: VARCHAR
Parameters
parameter DISPLAYLIST = ,Contains,Custom,Ends With,Equals,Exists,Follows,Greater Than,In,Less Than,Starts With,Not Contain,Not Custom,Not End With,Not Equal,Not Exist,Not Follow,Not Greater Than,Not In,Not Less Than,Not Start With;
Inherited description: Used for enumerated (multiple-choice) attributes.
Used in conjunction with the VALUELIST parameter for enumerated
(multiple-choice) attributes. DISPLAYLIST, if not null,
represents the display values for the attribute corresponding with
the logical values listed in VALUELIST.
The display values are returned by the LogicalToDisplay method.
parameter VALUELIST = ,Contains,Custom,EndsWith,Equals,Exists,Follows,GreaterThan,In,LessThan,StartsWith,NotContain,NotCustom,NotEndWith,NotEqual,NotExist,NotFollow,NotGreaterThan,NotIn,NotLessThan,NotStartWith;
Inherited description: Used for enumerated (multiple-choice) attributes.
VALUELIST is either a null string ("") or a delimiter
separated list (where the delimiter is the first character) of logical values.
If a non-null value is present, then the attribute is restricted to values
in the list, and the validation code simply checks to see if the value is in the list.