You mean you need to insert/update data in multiple tables simultaneously? I'm not sure that's possible via Fluent NHibernate. On the other hand, if you just want your property to be named 'FirstName' and your table column named 'first_name_', that can be done easily.
понедельник, 6 октября 2014 г., 10:16:23 UTC+4 пользователь Michael-Jorge Gómez Campos написал: > > Hello, I have a legacy project where i need to replicate the same data > into diferents columns or joined tables. In hbm files I used to define > properties with custom accesors and custom property names like > "LegacyCityName" and then property accessors could search by those custom > names in a switch. In fluent I couldn't find a way to force a custom name > instead of a lambda. Is there a way to do this? > > PD Sorry for my bad english :P > -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To unsubscribe from this group and stop receiving emails from it, send an email to fluent-nhibernate+unsubscr...@googlegroups.com. To post to this group, send email to fluent-nhibernate@googlegroups.com. Visit this group at http://groups.google.com/group/fluent-nhibernate. For more options, visit https://groups.google.com/d/optout.