I have a table with a column of type XML that looks something like:

<GroupAttributes>
<add name="GroupSubnet" value="10.2.2.0" />
</GroupAttributes>

I want to put that into a Dictionary with nHibernate. I could manage
it myself from within the object.  But that is definitely not best
practices.

There has got to be some slick way to do this with nHibernate
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to