ios – NSPredicate to many-relationship

ios – NSPredicate to many-relationship,第1张

概述如何找到包含多个项目的子类别的所有类别? 我使用以下代码,但我得到“这里不允许多对多密钥”. 我需要使用SUBQUERY吗? NSFetchRequest *request = [NSFetchRequest fetchRequestWithEntityName:@"Categories"];NSPredicate *predicate = [NSPredicate predicateWithF 如何找到包含多个项目的子类别的所有类别?
我使用以下代码,但我得到“这里不允许多对多密钥”.

我需要使用SUBquery吗?

NSFetchRequest *request = [NSFetchRequest fetchRequestWithEntityname:@"CategorIEs"];nspredicate *predicate = [nspredicate predicateWithFormat:@"ANY subcategorIEs.items > 0"];[request setPredicate:predicate];

救命! 总结

以上是内存溢出为你收集整理的ios – NSPredicate to many-relationship全部内容,希望文章能够帮你解决ios – NSPredicate to many-relationship所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1098487.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存