MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQuery • isNull
isNull¶
Selects documents for which the field is null
.
Example¶
External resources¶
See also¶
-
FilterQuery.doesNotExist
Checks if the value is not set. -
FilterQuery.isNotNull
Opposite.
open fun KProperty1<T, *>.isNull()
Selects documents for which the field is null
.
Example¶
External resources¶
See also¶
-
FilterQuery.doesNotExist
Checks if the value is not set. -
FilterQuery.isNotNull
Opposite.