I couldn’t find an answer – does NHibernate supports MsSql2008? For example – can it convert sql XML data type to .NET XElement?
MsSqlConfiguration. shows only MsSql2005, MsSql2000 and MsSql7.
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.
Your first question was answered here: SQL 2008 Dialect Support for NHibernate
As for XElement I’m not sure, but it wouldn’t be hard to implement as a customer IUserType.