可更新的 WCF 数据服务实现的任何好示例

发布于 2024-11-03 20:20:38 字数 238 浏览 3 评论 0 原文

我正在寻找一个实现可更新 WCF 数据服务的好示例。我在 MSDN 上找到了 这篇文章,其中显示了使用 IUpdatable 的示例实现,但是不确定我是否理解这篇文章。本文中使用了 GetTable() 和 SubmitChanges() 等方法,但未提供其实现。

感谢任何指点。

I am looking for a good sample implementing an updatable WCF Data Service. I found this article on MSDN that shows a sample implementation using IUpdatable, but not sure if I understand this post. There are methods used in this post such as GetTable() and SubmitChanges(), whose implementation is not provided.

Appreciate any pointers.

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

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

发布评论

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

评论(3

知你几分 2024-11-10 20:20:38

您看过 Alex 的博客 这里
它还具有用于为不同提供商创建数据服务的链接。

Have you looked at Alex's blog here ?
It also has links for creating Data Service for different providers.

风流物 2024-11-10 20:20:38

以下是 IUpdatable 实现的示例:

http://code.msdn.microsoft.com/IUpdateableLinqToSql

希望这有帮助,
莫妮卡

Here is an example on IUpdatable implementation:

http://code.msdn.microsoft.com/IUpdateableLinqToSql

Hope this helps,
Monica

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