Enum QueryAttribute.Occurrences
Specifies how clauses are to occur in matching items.
Namespace: CustomPLMService.Contract.Models.Query
Assembly: CustomPLMService.Contract.dll
Syntax
public enum QueryAttribute.Occurrences
Fields
| Name | Description |
|---|---|
| Must | Use this operator for clauses that must appear in the matching items. |
| Should | Use this operator for clauses that should appear in the matching item. |