Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Argument ¶
func Argument[T any](value T) function[T]
Argument is used to pass a value to a function inside a where clause
Example ¶
goe.Select(db.Animal).Where(where.Equals(function.ToUpper(&db.Animal.Name), function.Argument("CAT"))).AsSlice()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.