流畅的 nHibernate、ToManyBase、通用用法

发布于 2024-10-31 23:39:07 字数 151 浏览 0 评论 0原文

我在抽象类 ToManyBase 中发现了方法 T Generic() 但我找不到任何文档或如何使用它的示例,或者它做什么。谁能启发我一下吗?

I have discovered the method T Generic() in the abstract class ToManyBase<T, TChild, TRelationshipAttributes> but I cannot find any documentation or examples of how this is used, or what it does. Can anyone enlighten me a bit?

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

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

发布评论

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

评论(1

栩栩如生 2024-11-07 23:39:07

没什么意义。

它相当于 NHibernate generic= 属性,它只是明确指定集合是通用集合。 NHibernate 前通用时期的遗留物。

Nothing of significance.

It's the equivalent of the NHibernate generic= attribute, which is simply away of explicitly specifying that a collection is a generic one. A holdover from NHibernate's pre-generic days.

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