Hi,
I'm trying to model a hierarchy using the new hierarchy data type in SQL Server 2008. When I move the table into my EF model, the hierarchy column doesn't show up as something that can be mapped or as a property in the entity.
Because I'm using ASP.NET MVC, I'm using the EF framework as the primary way to access data.
Any ideas?
Thanks,
Ron