Sorry, I wasn't clear enough. The only out-of-the-box way to map a SQLServer xml column is as string. You can then instantiate any of those classes I mentioned from there.
Diego On Mon, Mar 29, 2010 at 13:13, Kiran Kumar <[email protected]> wrote: > Hi, > Thanks for your reply, if string is a datatype, then property of the > class should be a string, > > If i need to specify the property as XMLdocument, how should i do it. > > Thanks, > Kiran > On Mon, Mar 29, 2010 at 11:43 AM, Diego Mijelshon > <[email protected]>wrote: > >> string. If you need to manipulate it, you can use XDocument, XmlDocument, >> XPathDocument or XmlReader. >> >> Diego >> >> >> >> On Mon, Mar 29, 2010 at 11:22, Kiran Kumar <[email protected]>wrote: >> >>> Hi, >>> What would be mapping for sql server xml datatype with >>> nhibernate property type. >>> >>> Thanks, >>> Kiran >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "nhusers" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<nhusers%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/nhusers?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<nhusers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
