Class LongComparisonField
Contents
[
Hide
]LongComparisonField class
Represents the Int64 search field.
public sealed class LongComparisonField : ComparisonField
Methods
| Name | Description |
|---|---|
| Equals(long) | Indicates that field must be equal to the specified value. |
| Greater(long) | Indicates that field must be greater than the specified value. |
| GreaterOrEqual(long) | Indicates that field must be greater or equal to the specified value. |
| Less(long) | Indicates that field must be less than the specified value. |
| LessOrEqual(long) | Indicates that field must be less or equal to the specified value. |
| NotEquals(long) | 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
- class ComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email