MCPcopy
hub / github.com/go-gorm/gorm / NegationBuild

Method NegationBuild

clause/expression.go:265–267  ·  clause/expression.go::Eq.NegationBuild
(builder Builder)

Source from the content-addressed store, hash-verified

263}
264
265func (eq Eq) NegationBuild(builder Builder) {
266 Neq(eq).Build(builder)
267}
268
269// Neq not equal to for where
270type Neq Eq

Callers

nothing calls this directly

Calls 2

NeqTypeAlias · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected