Skip to content

Commit 7de972c

Browse files
committed
Changed readme.md
1 parent 89fdc62 commit 7de972c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Adds support for MS SQL [HierarchyId](http://msdn.microsoft.com/library/bb677290
77
* [GetAncestor](http://msdn.microsoft.com/library/bb677202.aspx) - (HQL / Linq / QueryOver)
88
* [GetDescendant](http://msdn.microsoft.com/library/bb677209.aspx) - (HQL /Linq / QueryOver)
99
* [GetLevel](http://msdn.microsoft.com/library/bb677197.aspx) - (HQL / Linq / QueryOver)
10-
* [GetRoot](http://msdn.microsoft.com/library/bb677194.aspx) - not implemented
1110
* [IsDescendantOf](http://msdn.microsoft.com/library/bb677203.aspx) - (HQL / Linq / QueryOver)
1211
* [Parse](http://msdn.microsoft.com/library/bb677201.aspx) - (HQL / Linq / QueryOver)
1312
* [GetReparentedValue](http://msdn.microsoft.com/library/bb677207.aspx) - (HQL / Linq / QueryOver)
1413
* [ToString](http://msdn.microsoft.com/library/bb677195.aspx) - (HQL / Linq / QueryOver)
14+
* [GetRoot](http://msdn.microsoft.com/library/bb677194.aspx) - not implemented
1515
* [Read](http://msdn.microsoft.com/library/bb677205.aspx) - not implemented
1616
* [Write](http://msdn.microsoft.com/library/bb677196.aspx) - not implemented
1717

@@ -25,4 +25,4 @@ For use all of this methods you must first register extensions in NH config:
2525
HierarchyIdExtensions.RegisterTypes(NHibernateConfigInstance)
2626

2727

28-
_For methods usage please see **Samples** folder_
28+
_For methods usage please see **Tests** project_

0 commit comments

Comments
 (0)