[]
Combines the specified filter expressions using a logical operator.
public class FilterNaryExpression : FilterExpression
Name | Description |
---|---|
FilterNaryExpression(FilterCombination, params FilterExpression[]) | Initializes a new instance of the FilterNaryExpression class. |
FilterNaryExpression(FilterCombination, IEnumerable<FilterExpression>) | Initializes a new instance of the FilterNaryExpression class. |
Name | Description |
---|---|
Expressions | Gets the expressions that are combined. |
FilterCombination | Gets the logical operator applied between the expressions. |
Name | Description |
---|---|
Equals(object?) | |
GetHashCode() | |
ToString() | Returns a string that represents this instance. |