Does nHibernate create code that has all the details of the column?
I know with regular ado.net it increases performance if you have your sql paramters with the column details like: column name, size, sqltype.
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.
I have not done an in-depth analysis of the code but, yes, it appears that it does. For example, the
SqlClientDriverimplements methods like:The source code is available if you actually need to check into this.