sqlkit
Preparing search index...
CompositeWhere
Interface CompositeWhere<T>
interface
CompositeWhere
<
T
>
{
AND
?:
WhereCondition
<
T
>
[]
;
NOT
?:
WhereCondition
<
T
>
;
OR
?:
WhereCondition
<
T
>
[]
;
XOR
?:
WhereCondition
<
T
>
[]
;
}
Type Parameters
T
Index
Properties
AND?
NOT?
OR?
XOR?
Properties
Optional
AND
AND
?:
WhereCondition
<
T
>
[]
Optional
NOT
NOT
?:
WhereCondition
<
T
>
Optional
OR
OR
?:
WhereCondition
<
T
>
[]
Optional
XOR
XOR
?:
WhereCondition
<
T
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
AND
NOT
OR
XOR
sqlkit
Loading...