Reputation: 547
Just wondering what the best mapping pattern is for NHibernate (latest release) with SQL Server 2008 and the hierarchy data type.
Thanks
Upvotes: 6
Views: 635
Reputation: 1800
I don't have any experience with this new type in Sql Server 2008 but I suspect you will need to create (or find) a custom type if you want to take full advantage of it in object terms
Upvotes: 1