We are using WCF Data Service based on an Entity Framework model for our application.
In this we need to add the table with a column of type HierarchyId
. When I add that table to the EDMX file, the HierarchId
column is not appearing in the class file.
What should I do to make use of HierarchyID
? I read that Entity Framework is not supporting HierarchyID
, so how can I achieve this?