- andX
MultiWhereExpression andX(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- eq
MultiWhereExpression eq(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- ge
MultiWhereExpression ge(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- gt
MultiWhereExpression gt(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- le
MultiWhereExpression le(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- like
MultiWhereExpression like(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lt
MultiWhereExpression lt(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- ne
MultiWhereExpression ne(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- orX
MultiWhereExpression orX(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.