实施聚合器数据馈送 [英] Implementing an Aggregator Data Feed

查看:68
本文介绍了实施聚合器数据馈送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我实现了一个ADO.NET EF层来公开SQL Server数据库中的几个表。我希望实现一个聚合器数据  feed,类似于SharePoint中的listdata.svc,它公开了这些表使客户端应用程序可以通过REST查询
每个表。如何实现聚合器服务?

I implemented an ADO.NET EF layer to expose a few tables from a SQL Server database. I would like to implement an aggregator data feed, similar to the listdata.svc in SharePoint, that exposes these tables so a client application can query each table over REST. How can I implement the aggregator service?

以下是SharePoint中SharePoint listdata.svc的输出结果。每个集合元素代表一个SharePoint列表。

Here is what the output of the SharePoint listdata.svc in SharePoint looks like. Each collection element represents a SharePoint list.

<? xml version =" 1.0" ;编码= QUOT; UTF-8英寸独立= QUOT;是"
?>

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>


-
< 服务 xml:base =" http://elite/_vti_bin/listdata.svc/ "
xmlns:atom
=" http://www.w3.org/2005/Atom " xmlns:app =" http ://www.w3.org/2007/app "
xmlns
=" < span style ="color:#ff0000"> http://www.w3.org/2007/app " >
- <service xml:base="http://elite/_vti_bin/listdata.svc/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app">

推荐答案

您好Teo,

欢迎光临EF论坛!

您是否正在使用WCF数据服务自定义数据提供商?  如果是这样,我相信你可以在WCF数据服务论坛上发布这个问题,

http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataservices/threads

Are you working on a WCF Data Service custom data provider?   If so, I believe you can post the question at WCF Data Services forum here, http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataservices/threads.

美好的一天!

谢谢


这篇关于实施聚合器数据馈送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆