Any good sample for an updatable WCF Data Service implementation

时间秒杀一切 提交于 2019-12-12 04:05:43

问题


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.


回答1:


Found this one most useful - http://blogs.microsoft.co.il/blogs/gilf/archive/2008/08/31/how-to-perform-crud-operations-in-ado-net-data-services-with-custom-provider.aspx

Thanks all for your replies.




回答2:


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




回答3:


Here is an example on IUpdatable implementation:

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

Hope this helps, Monica



来源:https://stackoverflow.com/questions/5827365/any-good-sample-for-an-updatable-wcf-data-service-implementation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!