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 an Int32 property of a criteria object.
Properties
Property |
Type |
Length |
Default |
Description |
|---|---|---|---|---|
From |
int |
N/A |
N/A |
The lowest value the Int32 property can be equal to. |
To |
int |
N/A |
N/A |
The highest value the Int32 property can be equal to. |
GreaterThan |
int |
N/A |
N/A |
The value the Int32 property must be greater than. |
LessThan |
int |
N/A |
N/A |
The value the Int32 property must be less than. |