-
Notifications
You must be signed in to change notification settings - Fork 224
HierarchyId
Simon Hughes edited this page Sep 16, 2016
·
18 revisions
If any of your tables uses the SQL HIERARCHYID type, please install the following package:
Install-Package EntityFrameworkWithHierarchyId
My thanks to Miguel Vrolijk for the following info:
One issue that I’ve encountered is that you can’t use both HierarchyId columns and Table-valued functions as is. You need to compile the CodeFirstStoreFunctions library with the EntityFrameworkWithHierarchyId library instead of the EntityFramework library; the version on NuGet was compiled with the latter.