Enum ValuePropertyMatchType
Determines how to match a number or date value.
Namespace: Umbraco.Cms.Core.Persistence.Querying
Assembly: Umbraco.Core.dll
Syntax
public enum ValuePropertyMatchType
Fields
| Name | Description |
|---|---|
| Exact | Matches the exact value. |
| GreaterThan | Matches values greater than the specified value. |
| GreaterThanOrEqualTo | Matches values greater than or equal to the specified value. |
| LessThan | Matches values less than the specified value. |
| LessThanOrEqualTo | Matches values less than or equal to the specified value. |