问题描述
我正在针对几个异构数据源(SQL,SSAS,Oracle,服务)建立企业REST / ODATA项目,以及Jonathan Carter用他的"WCF数据服务工具包"概述的技术。似乎正是我所需要的。
看起来工具包是陈旧的,我无法使其适用于5.0 WCF DS。
已经提到这个功能(特别是ODataContext对象)已经被OData或WCF数据服务团队处理或正在处理(可能是同一个,不确定)。
我试图避免为我的不同数据源创建我自己的IQueryable接口,但这可能是目前唯一的方法。
可以任何人都可以了解这个功能(WCF DS工具包)何时可用,或者我如何复制它的功能。
谢谢,
Doug Stanley
I'm standing up an enterprise REST/ODATA project against several heterogeneous data sources (SQL, SSAS, Oracle, Services), and the techniques outlined by Jonathan Carter with his "WCF Data Services Toolkit" appear to be exactly what I need.
It looks like the toolkit is stale, and I have not been able to make it work with 5.0 WCF DS.
It has been alluded that this functionality (specifically the ODataContext object) has been worked on or is being worked on by either the OData or WCF Data Services Team (which may be one and the same, not sure).
I'm trying to avoid creating my own IQueryable Interface to my disparate data sources, but that may be the only way to go at this time.
Can anyone shed some light on when this capability (WCF DS toolkit) will be available moving forward, or how I might replicate it's functionality.
Thanks,
Doug Stanley
这篇关于适用于5.0数据服务的WCF数据服务工具包或类似技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!