BetweenRestrictionOfNullableOfInt32


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.


Inherits from

ListRestrictionOfNullableOfInt32


Documentation Feedback