开发者

Can I use the hierarchyID type with NHibernate?

开发者 https://www.devze.com 2023-03-24 21:21 出处:网络
I\'m asking since I saw that Entity Framework 4 does no开发者_运维知识库t support this usage. Anyone got an answer / a link to one?

I'm asking since I saw that Entity Framework 4 does no开发者_运维知识库t support this usage. Anyone got an answer / a link to one?

Thanks.


Not out of the box, but you can write support for it (and any other type from any other DB) by implementing IUserType.

0

精彩评论

暂无评论...
验证码 换一张
取 消