Hi, Another caveat on my mission to bend automapping to my twisted schema.
I have a DateTime property on my entities named ModifiedDate (that maps to MODIFIED_DATE column in this legacy Oracle schema I can't change) and I want to make it a version column.
However Reflectoring over FNH tells me that it doesn't like me doing that and the rules for being a version column are hardcoded.
If forced I can rename the property and have a special property convention to map it to the right column, but I'd rather stick to the existing property name and just have FNH allow me to designate it as a version column as is.
cheers, Krzysztof -- 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.