Is it possible to replace:
         Id(x => x.Id)
            .GeneratedBy.Foreign("User");
with
         Id(x => x.Id)
            .GeneratedBy.Foreign(x => x.User);
?

It would be refactoring friendly.

Thanks,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to