BetweenRestrictionOfNullableOfDecimal


Description

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

Properties

Property

Type

Length

Default

Description

From

decimal

N/A

N/A

The lowest value the decimal property can be equal to.

To

decimal

N/A

N/A

The highest value the deicmal property can be equal to.

GreaterThan

decimal

N/A

N/A

The value the decimal property must be greater than.

LessThan

decimal

N/A

N/A

The value the decimal property must be less than.


Inherits from

ListRestrictionOfNullableOfDecimal


Documentation Feedback