views:

261

answers:

1

Hi,

Just wondering what the best mapping pattern is for NHibernate (latest release) with SQL Server 2008 and the hierarchy data type.

Thanks

+1  A: 

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

Richard