Hi, Some tables names in my application depend on the language that users are using. For example: Table CodeDescriptionWithLang - can be come CodeDescriptionWithLangEn, CodeDescriptionWithLangZn, etc.
So the rule is any tables names ended with WithLang need to be appended with Language definition. I tried to do it using INamingStrategy without success as the table name is determined at the beginning when configuring NHibernate. Is there any way to change the table name when loading data from database to object?? I do not need to update operation on these tables. Thanks, Revin. -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
