Enum Constants.Operator
public enum Constants.Operator
- Extension Methods
Fields
[MapTo("adj", null)] Adjacent = 23[MapTo("and", null)] And = 0[MapTo("cd", null)] ContainedIn = 17[MapTo("cs", null)] Contains = 16[MapTo("eq", null)] Equals = 2[MapTo("fts", null)] FTS = 12[MapTo("gt", null)] GreaterThan = 3[MapTo("gte", null)] GreaterThanOrEqual = 4[MapTo("ilike", null)] ILike = 9[MapTo("in", null)] In = 10[MapTo("is", null)] Is = 11[MapTo("lt", null)] LessThan = 5[MapTo("lte", null)] LessThanOrEqual = 6[MapTo("like", null)] Like = 8[MapTo("not", null)] Not = 24[MapTo("neq", null)] NotEqual = 7[MapTo("nxl", null)] NotLeftOf = 22[MapTo("nxr", null)] NotRightOf = 21[MapTo("or", null)] Or = 1[MapTo("ov", null)] Overlap = 18[MapTo("phfts", null)] PHFTS = 14[MapTo("plfts", null)] PLFTS = 13[MapTo("sl", null)] StrictlyLeft = 19[MapTo("sr", null)] StrictlyRight = 20[MapTo("wfts", null)] WFTS = 15