Class IntComparisonField

IntComparisonField class

Represents the integer search field.

public sealed class IntComparisonField : ComparisonField

Methods

NameDescription
Equals(int)Indicates that field must be equal to the specified value.
Greater(int)Indicates that field must be greater than the specified value.
GreaterOrEqual(int)Indicates that field must be greater or equal to the specified value.
Less(int)Indicates that field must be less than the specified value.
LessOrEqual(int)Indicates that field must be less or equal to the specified value.
NotEquals(int)Indicates that field must not be equal to the specified value.
OrderBy(bool)Sets value which indicates if client uses ascending or descending sorting on the Field.

See Also