LogicalOperator
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Represents a logical operator for combining filters
public enum LogicalOperator
Inheritance Object → ValueType → Enum → LogicalOperator
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
And | 0 | Logical AND operator |
Or | 1 | Logical OR operator |