ForeignModelConditionBuilderField.notRefersTo

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
)
()
if (
is(T == RefDB) ||
isSomePatch!T
)

Meta