zoldello / NHibernate.HierarchyId

Adds support for MS SQL HierarchyId type to NHibernate 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NHibernate.HierarchyId

Adds support for MS SQL HierarchyId type to NHibernate 3

Implementation status

Usage

For use all of this methods you must first register extensions in NH config:

using NHibernate.HierarchyId;
...
HierarchyIdExtensions.RegisterTypes(NHibernateConfigInstance)

For methods usage please see Tests project

About

Adds support for MS SQL HierarchyId type to NHibernate 3

License:MIT License


Languages

Language:C# 100.0%