如何使用 Ado.net 进行 wpf 数据验证

发布于 2024-08-31 00:53:02 字数 150 浏览 2 评论 0原文

我如何将数据验证机制与 ado.net 数据表或数据集一起使用。 我有一个输入表单,我将其绑定到数据表。现在我想做输入验证,我该怎么做。我尝试过使用validationRules,但我无法将参数绑定到它。我尝试使用idataerrorinfo,但无法得到线索。可以有人提供一些意见..?

How can i use data validation mechanisms with ado.net datatable or datasets.
I have an input form which i am binding to a datatable.Now i want to do input validation how can i do that.I have tried using validationRules but i cant bind parameters to it.I tried using idataerrorinfo but cant get a clue.can someone provide some input..?

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

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

发布评论

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

评论(1

汐鸠 2024-09-07 00:53:02

以下内容可能会有所帮助:

在 WPF 中显示数据验证消息 - 作者:Beth Massi

她在其中提到了以下内容:

“如果您在 WPF 上使用数据集
或 Windows 窗体、DataRowView
已经实现了这个接口所以
您只需将验证添加到您的
DataTable 部分类,你是
很高兴去”

Here is something that can be helpful:

Displaying Data Validation Messages in WPF - By Beth Massi

She mentions in there the following:

"If you are using DataSets on your WPF
or Windows Forms, the DataRowView
already implements this interface so
you can just add validation to your
DataTable partial classes and you're
good to go"

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