Click or drag to resize
FilterBuilderRange Method
Overload List
  NameDescription
Public methodStatic memberRange(String, String, String)
Create a new RANGE filter, limiting the result to values between from (inclusive)and to (exclusive), for the specified attribute.
Public methodStatic memberRange(String, String, String)
Create a new RANGE filter, limiting the result to values between from (inclusive)and to (exclusive), for the specified attribute.
Public methodStatic memberRange(String, String, String, Boolean, Boolean)
Create a new RANGE filter, limiting the result to values between from and to, for the specified attribute. Whether or not the bounds should be considered inclusive or exclusive is determined by the specified fromInc and toInc parameters.
Public methodStatic memberRange(String, String, String, Boolean, Boolean)
Create a new RANGE filter, limiting the result to values between from and to, for the specified attribute. Whether or not the bounds should be considered inclusive or exclusive is determined by the specified fromInc and toInc parameters.
Top
See Also