InOperator Constructors
An operator which determines if a value matches any value in a specified list.| Name | Parameters | Description |
|---|---|---|
| InOperator() | none | Initializes a new instance of the InOperator class with default settings. |
| InOperator(CriteriaOperator, CriteriaOperator[]) | leftOperand, operands | Initializes a new instance of the InOperator class with the specified settings. |
| InOperator(CriteriaOperator, IEnumerable<CriteriaOperator>) | leftOperand, operands | Initializes a new instance of the InOperator class with the specified settings. |
| InOperator(String, CriteriaOperator[]) | propertyName, operands | Initializes a new instance of the InOperator class with the specified settings. |
| InOperator(String, IEnumerable) | propertyName, values | Initializes a new instance of the InOperator class with the specified settings. |
See Also