Db.Range Class
The class representing a rabge of database values
Constructor
Db.Range
(
-
min -
includeMin -
includeMax -
max
Parameters:
-
minStringMinimal value of the range. Pass null to skip the min.
-
includeMinBooleanWhether the range extends to include the minimum value
-
includeMaxBooleanWhether the range extends to include the maximum value
-
maxStringMaximal value of the range. Pass null to skip the max. If boolean true is passed here, then $max is set to $min with the last character incremented to the next ASCII value.