BetweenRestrictionOfString


Description

A restriction specifying the allowable range of values for a string property of a criteria object.

Properties

Property

Type

Length

Default

Description

From

string

N/A

N/A

The lowest value the string property can be equal to.

To

string

N/A

N/A

The highest value the string property can be equal to.

GreaterThan

string

N/A

N/A

The value the string property must be greater than.

LessThan

string

N/A

N/A

The value the string property must be less than.


Inherits from

ListRestrictionOfString


Documentation Feedback