--
You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group.
To post to this group, send email to fluent-n...@googlegroups.com.
To unsubscribe from this group, send email to fluent-nhibern...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.
Something like this:
http://www.codewrecks.com/blog/index.php/2009/05/14/use-xml-field-in-sqlserver-with-nhibernate/
or this
http://www.smelser.net/blog/post/2009/01/02/Hibernate-my-XML.aspx
This has nothing to with FluentNH. It is simply a Usertype. A UserType can be everything: e.g. A Picture with additional picture Infos like here:
http://www.martinwilley.com/net/code/nhibernate/usertype.html
If you are going to map other usertypes a more generic version:
http://darrell.mozingo.net/2009/02/10/generic-nhibernate-user-type-base-class/
Michael