Hi, I have following requirements to achieve using ORM.
User will import some master data to store in the database. In the data to be imported there are culture specific information. To give example: Import data consists ListofObject E : Consists names in english language ListOfObject B : Consists names in Spanish language ( English-- >Spanish) ... So in the database level all table needs to be created are not fixed ; Based on the language a table needs to be created. As I understand in ORM for each table should have mapping class in code. How can achive my above requirement that is while importing data I should able to store all the data required for a language in specific table. (or could be different approach) Please let me know if you have any light on this subject.. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
