ns谓词问题
我尝试将 NSPredicate 应用于核心数据,但如何将其应用于类的 NSMutableArray ?
我的意思是:我有 NSMutableArray
包含具有字段的类对象。例如,如何选择名称为 test 的对象?
另外一个问题:我可以使用NSPredicate
来模拟下面的SQL语句吗?
where field1 in ('A', 'B')
I tried applying NSPredicate
with core data, but how to apply it with NSMutableArray
of classes?
I mean: I have NSMutableArray
containing objects of class that have fields. How do I select the object with name test for example?
Another question: can I use NSPredicate
to simulate the following SQL statement?
where field1 in ('A', 'B')
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的!
Yep!