标签: core-data magicalrecord
我的属性看起来像这样: aStaffPosx ,其中' x'从1到12运行。
谓词是什么样的,所以我可以计算所有带有值的 aStaffPosx 属性?这就是我所拥有的,但不确定它是对的:
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"aStaffPos*"]; // read the single record