针对Android Native的Azure移动服务PullSync查询

时间:2016-06-08 06:58:29

标签: android azure-mobile-services

请帮我改写下面提到的Android Native Application中的查询。

await mantraTable.PullAsync("mantrastest", mantraTable.Where(c => 
(c.LanguageMappingIDs.Contains("16") || c.LanguageMappingIDs.Contains("18")) 
&& (c.LocationMappingIDs.Contains("30") || 
c.LocationMappingIDs.Contains("32"))));

以上查询是用Xamarin编写的,而LanguageMappingIDs和LocationMappingIDs在一列中包含逗号(,)分隔值Ex:16,15,18,24,30,58

谢谢...移动平台是Android Native。

0 个答案:

没有答案