Audit component part

33 views
Skip to first unread message

Roberto Valdes

unread,
Mar 5, 2021, 3:47:55 PM3/5/21
to nhusers

One question, I have mapped the fields this way:

Component(x => x.RentSearchParameters, m => { m.Map(x => x.MinPrice).Column("precio_min_alquiler").Nullable(); m.Map(x => x.MaxPrice).Column("precio_max_alquiler").Nullable(); m.Map(x => x.ApproxPosition).Column("posicion_aproximada_alquiler").Nullable(); m.Map(x => x.Timing).Column("timing_alquiler").Nullable(); m.Map(x => x.Step).Column("step_alquiler").Nullable(); });

Is it possible to audit each fields?

precio_min_alquiler - MinPrice_mod
precio_max_alquiler - MaxPrice_mod
posicion_aproximada_alquiler - ApproxPosition_mod
...

instead of

precio_min_alquiler
precio_max_alquiler
posicion_aproximada_alquiler
RentSearchParameters_mod
...

Reply all
Reply to author
Forward
0 new messages