将 LLBLGen Pro TypedList 属性设置为 Nullable 类型?
我正在使用 LLBLGen Pro 2.6。在设计器中,您可以轻松地将实体中的字段设置为 .Net 可空类型。当类型化列表中有这些相同的字段时,似乎没有办法将相同的字段设置为 .Net 可空类型。有谁知道是否以及如何做到这一点?
谢谢!
I am using LLBLGen Pro 2.6. In the designer, you can easily set a field in an entity to be a .Net nullable type. When you have those same fields in a Typed List, there doesn't seem to be a way to set that same field to be a .Net nullable type. Is anyone aware if and how to do that?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原因是键入的列表正在使用您已在“实体”部分中映射的实体。
问候
The reason for this is that typed list are using the entities that you have already mapped in the Entities section.
Regards