从实体 A 的给定实例获取实体 B 的所有实例的总和
我在实体 A 和实体 B(iOS 核心数据应用程序)之间有一对多关系。我需要从给定的实体 A 实例中获取实体 B 的所有实例的 NSDecimalNumber 属性的总和。有人有这方面的教程或示例吗?
I have a to-many relationship between Entity A and Entity B (iOS Core Data app). I need to get the sum of the NSDecimalNumber attribute of all instances of Entity B from a given instance of Entity A. Does anyone have a tutorial or example of this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将使用 @sum 集合运算符 因此:
You would use the @sum collection operator thusly: