=
|
equal to
|
<
|
less than
|
>
|
greater than
|
>=
|
greater than or equal to
|
<=
|
less than or equal to
|
< >
|
not equal to
|
starts with
|
is used to filter definitions with properties that start with a letter or number
|
like
|
is used to filter definitions with properties that are like (but not exactly the same) as a certain value. This is best seen with wildcards (*). For example a query: Type = "Entity" and "Name" like "*t*", which reports on all entities that have a âtâ in the middle of their name. Customer, Overseas Customer but not Room.
|
is NULL
|
is used to filter definitions with properties that are empty.
|
is not NULL
|
is used to filter definitions with properties that are not empty or has a value.
|