sqlkit
Preparing search index...
neq
Function neq
neq
<
T
,
K
extends
string
|
number
|
symbol
>
(
key
:
K
,
value
:
T
[
K
]
)
:
SimpleWhere
<
T
>
Creates a not equal condition
Type Parameters
T
K
extends
string
|
number
|
symbol
Parameters
key
:
K
The column name
value
:
T
[
K
]
The value to compare against
Returns
SimpleWhere
<
T
>
A SimpleWhere condition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
sqlkit
Loading...
Creates a not equal condition