Enum QueryOperator
Namespace: Bayat.Json.Linq.JsonPath
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum QueryOperator
Fields
Name | Description |
---|---|
And | |
Equals | |
Exists | |
GreaterThan | |
GreaterThanOrEquals | |
LessThan | |
LessThanOrEquals | |
None | |
NotEquals | |
Or |