merbla
merbla

Reputation: 547

NHibernate mapping for SQL Server 2008 Hierarchy Data Type

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

Answers (1)

Richard
Richard

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

Related Questions