dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
ForeignModelConditionBuilderField.notRefersTo
dorm
api
db
ForeignModelConditionBuilderField
Compares the foreign key to be not equal to the primary key of
other
struct
ForeignModelConditionBuilderField
(ModelRef, ModelFormat.Field field)
static if
(
!__traits(hasMember, typeof(this), "notRefersTo")
)
Condition
notRefersTo
(
T
)
(
T
other
)
if
(
is
(
T
==
RefDB
) ||
isSomePatch
!
T
)
Meta
Source
See Implementation
dorm
api
db
ForeignModelConditionBuilderField
aliases
RefDB
functions
notRefersTo
refersTo
mixins
__anonymous
Compares the foreign key to be not equal to the primary key of other