sqlkit
Preparing search index...
isNotNull
Function isNotNull
isNotNull
<
T
>
(
key
:
keyof
T
)
:
SimpleWhere
<
T
>
Creates a condition to check if a value is not null
Type Parameters
T
Parameters
key
:
keyof
T
The column name
Returns
SimpleWhere
<
T
>
A SimpleWhere condition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
sqlkit
Loading...
Creates a condition to check if a value is not null