开发者

Connect to .net DataServices using Monotouch?

开发者 https://www.devze.com 2023-02-07 12:17 出处:网络
Is there any way to connect to Data Services using monotouch? creating a DataServices c开发者_StackOverflow社区lient an example would be really helpfulYes, it is avaible on monotouch it\'s under:

Is there any way to connect to Data Services using monotouch? creating a DataServices c开发者_StackOverflow社区lient an example would be really helpful


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. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消