How do I use the schema clause on a bag object in Nhibernate mapping? I have an table that I need to specify the schema for and the nhibernate documentation talks about table schema but I can’t find any further details…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s an attribute you put on the
<class>element when you define it. So whatever the class is you’re using in the bag, go to its mapping and addschema="whatever".