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

Method Select

generics.go:346–349  ·  view source on GitHub ↗
(columns ...string)

Source from the content-addressed store, hash-verified

344}
345
346func (q *preloadBuilder) Select(columns ...string) PreloadBuilder {
347 q.db.Select(columns)
348 return q
349}
350
351func (q *preloadBuilder) Omit(columns ...string) PreloadBuilder {
352 q.db.Omit(columns...)

Callers

nothing calls this directly

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected