如何使用查询从表中获取一些项目?我使用WindowsAzureMobileServices.framework(iOS应用程序)。如果你能写一些例子,我将不胜感激。我认为它应该类似于MySQL查询,但我无法正确创建它们(总是result=NULL,但数据在那里)。self.authService=[AuthServicegetInstance];MSTable*imagesTable=[self.authService.clienttableWithName:@"images"];[imagesTablereadWithQueryString:@""completion:^(NSArr