如何在 coredata 中使用 nspredicate
如何在 coredata 中使用 nspredicate 以及使用这些语句时 cd 是什么?在哪里可以获得有关核心数据谓词查询的最佳教程?
How to use nspredicate in coredata and what is cd while using these statements? Where can I get the best tutorials on core data predicate queries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您将 [cd] 视为谓词的一部分,则意味着不区分大小写和不区分变音符号的搜索。
查看 Apple 的谓词编程指南 此处。
希望这有帮助!
If you see [cd] as part of a predicate, that means case-insensitive and diacritic-insensitive searching.
Check out Apple's Predicate Programming Guide here.
Hope this helps!