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