DataTextField 中返回值非简单的问题

发布于 2024-09-03 09:47:04 字数 161 浏览 2 评论 0原文

我知道使用 DataTextField 的语法是:

VA.DataTextField = "nameofcolum" 

但如果我的请求并不简单,这意味着我的请求返回的结果在本例中不存在的列中。我应该对 DataTextField 产生什么影响?

I know that the syntax for using DataTextField is:

VA.DataTextField = "nameofcolum" 

but if my request is not simple that means my request returns the result in a column which not exist in this case. What I should to affect to DataTextField?

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

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

发布评论

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

评论(1

懷念過去 2024-09-10 09:47:04

如果没有更多信息,很难判断您在这里寻找什么。

如果您的结果集不包含您需要的列,请更改您的结果集 - 更改您的查询。如果您需要将数据文本字段作为列的组合,则可以迭代结果集并根据列值构建文本字符串并将其指定为显示值。

It's hard to tell what you're looking for here without more information.

If your result set does not contain the column you need, change your result set - alter your query. If you need your datatextfield as a combination of columns, you can iterate through the result set and build the text string based on the column values and assign it as the display value.

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