在编译时检查 ObjectDataSource 的 TypeName

发布于 2024-11-04 08:19:25 字数 266 浏览 0 评论 0原文

假设我有一个页面,里面有一个 ObjectDataSource(简称 ODS),它为 GridView 提供绑定。
此处所述,ODS 执行所有与字符串的绑定,因此如果我更改类的名称,由 ODS 的 TypeName 属性引用,我不会收到任何编译时错误,只会收到运行时错误。

有谁知道如何克服这个问题?
提前致谢。

Suppose I have page with an ObjectDataSource (ODS for short) inside, which provides bindings for a GridView.
As described here, ODS does all bindings with Strings, so if I change the name of a class, which is referenced by TypeName property of an ODS, I won't get any compile time errors, only runtime ones.

Does anyone has any idea how to overcome this problem?
Thanks in advance.

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

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

发布评论

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

评论(2

盛装女皇 2024-11-11 08:19:26

在代码中而不是在您的 aspx 中构建一个 ObjectDataSource...

build up an ObjectDataSource in code instead of in your aspx....

記柔刀 2024-11-11 08:19:26

对于简单的情况,使用“AutoGenerateColumns”fixes 可以避免该问题。

但是,我知道这可能是对实际问题的不完整答案。我很好奇其他人提供了什么解决方案。我希望或怀疑有一个解决方案,您可以使用解释这些属性应如何绑定在网格中的属性来装饰类的属性。

编辑:“避免”似乎比“修复”更合适:)

For simple cases using "AutoGenerateColumns" fixes avoids that problem.

However, I'm aware that's probably an incomplete answer to the actual question. I'm curious to see what solutions others offer. I'd hope or suspect a solution where you'd decorate properties of classes with attributes explaining how those properties should be bound in a grid.

Edit: "avoids" seemed more appropriate than "fixes" :)

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