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
...
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nhusers/0fbb696d-5a56-44a2-80bd-58db184d331cn%40googlegroups.com.