如何为 nvarchar max 进行扩展?流畅的 nHibernate +休眠

发布于 2024-10-13 11:08:27 字数 373 浏览 2 评论 0原文

我一直在寻找如何做到这一点,但我无法让它发挥作用。我看到很多使用 PropertyMap 或 IProperty 的教程

,但我不知道要使用什么 using 语句,并且 VS intellisense 也不知道

http://serialseb.blogspot.com/2009/01/ Fluent-nhibernate-and-nvarcharmax.html

我正在使用 Fluent nhibernate 和 nihbernate 3.0。那么他们删除了这些吗?

I been looking around for how to do this but I can't get it to work. I seen many tutorials that using

PropertyMap or IProperty but I can't figure out what using statement to use and VS intellisense does not know either

http://serialseb.blogspot.com/2009/01/fluent-nhibernate-and-nvarcharmax.html

I am using fluent nhibernate and nihbernate 3.0. So did they remove these?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我为君王 2024-10-20 11:08:27

我尚未测试,但尝试使用 PropertyBuilder.Length(int length) 方法扩展 PropertyBuilder

https://github.com/jagregory /fluent-nhibernate/blob/master/src/FluentNHibernate/Mapping/Builders/PropertyBuilder.cs

I haven't tested, but try extending PropertyBuilder, using the method PropertyBuilder.Length(int length).

https://github.com/jagregory/fluent-nhibernate/blob/master/src/FluentNHibernate/Mapping/Builders/PropertyBuilder.cs

花开雨落又逢春i 2024-10-20 11:08:27

看来我使用 PropertyPart 是有效的。

It seems if I used PropertyPart that works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文