使用 Monotouch 连接到 .net DataServices?

发布于 2024-10-14 05:00:09 字数 59 浏览 2 评论 0原文

有什么方法可以使用单点触控连接到数据服务吗?创建一个 DataServices 客户端的例子会非常有帮助

Is there any way to connect to Data Services using monotouch? creating a DataServices client an example would be really helpful

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

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

发布评论

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

评论(1

凉墨 2024-10-21 05:00:09

是的,它可以在单点触控上使用,如下:

/Developer/MonoTouch/usr/lib/mono/2.1

我真的不知道为什么它不包含在堆栈中,但您可以引用它并且它会起作用。一旦导入到项目中,只需使用:

using System.Data.Services.Client;

我没有示例,但它应该可以工作。 :)

Yes, it is avaible on monotouch it's under:

/Developer/MonoTouch/usr/lib/mono/2.1

I really don't know why it's not included on the stack, but you can reference it and it will work. Once imported into the project just use:

using System.Data.Services.Client;

I don't have an example, but it should work. :)

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