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

Method Omit

generics.go:321–324  ·  view source on GitHub ↗
(columns ...string)

Source from the content-addressed store, hash-verified

319}
320
321func (q *joinBuilder) Omit(columns ...string) JoinBuilder {
322 q.db.Omit(columns...)
323 return q
324}
325
326type preloadBuilder struct {
327 limitPerRecord int

Callers

nothing calls this directly

Calls 1

OmitMethod · 0.65

Tested by

no test coverage detected