Value returns the ent.Value that was dynamically selected and assigned to the PaymentAuditLog. This includes values selected through modifiers, order, etc.
(name string)
| 102 | // Value returns the ent.Value that was dynamically selected and assigned to the PaymentAuditLog. |
| 103 | // This includes values selected through modifiers, order, etc. |
| 104 | func (_m *PaymentAuditLog) Value(name string) (ent.Value, error) { |
| 105 | return _m.selectValues.Get(name) |
| 106 | } |
| 107 | |
| 108 | // Update returns a builder for updating this PaymentAuditLog. |
| 109 | // Note that you need to call PaymentAuditLog.Unwrap() before calling this method if this PaymentAuditLog |