GroupOperator Constructors
A logical expression which groups two or more operands with a logical AND or OR.| Name | Parameters | Description |
|---|---|---|
| GroupOperator() | none | Initializes a new instance of the GroupOperator class with default settings. |
| GroupOperator(CriteriaOperator[]) | operands | Initializes a new instance of the GroupOperator class with the specified operands. |
| GroupOperator(GroupOperatorType, CriteriaOperator[]) | type, operands | Initializes a new instance of the GroupOperator class with the specified settings. |
| GroupOperator(GroupOperatorType, IEnumerable<CriteriaOperator>) | type, operands | Initializes a new instance of the GroupOperator with the specified parameters. |
See Also