I have some columns in my database (MS SQL Server 2005) which use the data type XML.
Can these be mapped as XML objects in NHibernate? My app is .NET 3.5 so I have access to both XDocument and XmlDocument which I can use but I don't know whether NHibernate will support it.
If it doesn't does anyone have a good suggestion on how to support it?