or, if what i'm trying to do won't work because NHib is getting confused about a TicketID property on my domain with the same name as the TicketID column in the database, you could suggest that I put another column on my table that is GarbageColumnToEaseJamesMind and a property in my domain to match, and then have a trigger copy the value from TicketID to GarbageColumnToEaseJamesMind on insert and update, and then have NHib map that field as an 'always generated' field.
but if NHibernate isn't confused by the name, then what is the difference between mapping TicketID versus any other database-generated, non-ID field? So far as I can tell, none. -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.
