File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Adds support for MS SQL [HierarchyId](http://msdn.microsoft.com/library/bb677290
7
7
* [ GetAncestor] ( http://msdn.microsoft.com/library/bb677202.aspx ) - (HQL / Linq / QueryOver)
8
8
* [ GetDescendant] ( http://msdn.microsoft.com/library/bb677209.aspx ) - (HQL /Linq / QueryOver)
9
9
* [ GetLevel] ( http://msdn.microsoft.com/library/bb677197.aspx ) - (HQL / Linq / QueryOver)
10
- * [ GetRoot] ( http://msdn.microsoft.com/library/bb677194.aspx ) - not implemented
11
10
* [ IsDescendantOf] ( http://msdn.microsoft.com/library/bb677203.aspx ) - (HQL / Linq / QueryOver)
12
11
* [ Parse] ( http://msdn.microsoft.com/library/bb677201.aspx ) - (HQL / Linq / QueryOver)
13
12
* [ GetReparentedValue] ( http://msdn.microsoft.com/library/bb677207.aspx ) - (HQL / Linq / QueryOver)
14
13
* [ ToString] ( http://msdn.microsoft.com/library/bb677195.aspx ) - (HQL / Linq / QueryOver)
14
+ * [ GetRoot] ( http://msdn.microsoft.com/library/bb677194.aspx ) - not implemented
15
15
* [ Read] ( http://msdn.microsoft.com/library/bb677205.aspx ) - not implemented
16
16
* [ Write] ( http://msdn.microsoft.com/library/bb677196.aspx ) - not implemented
17
17
@@ -25,4 +25,4 @@ For use all of this methods you must first register extensions in NH config:
25
25
HierarchyIdExtensions.RegisterTypes(NHibernateConfigInstance)
26
26
27
27
28
- _ For methods usage please see ** Samples ** folder _
28
+ _ For methods usage please see ** Tests ** project _
You can’t perform that action at this time.
0 commit comments