跳到主要内容

OperatorName

type OperatorName = 
| "="
| "!="
| "<"
| ">"
| "<="
| ">="
| "contains"
| "notContains"
| "startsWith"
| "notStartsWith"
| "endsWith"
| "notEndsWith"
| "null"
| "notNull"
| "in"
| "notIn"
| "between"
| "notBetween"
| "exists"
| "notExists";

Defined in: packages/rxdb/src/repository/query.interface.ts:155

所有操作符