Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |