【问题标题】:Finding entities with same attribute with MagicalRecord使用 MagicalRecord 查找具有相同属性的实体
【发布时间】:2014-08-12 00:21:36
【问题描述】:

我可以为当前值做到这一点

NSArray *entities = [WallpostEntity findByAttribute:@"text" withValue:someText andOrderBy:@"pubDate" ascending:NO];

如何处理所有相同的值? 例如,我想要具有相同“文本”值的实体的实体数组

【问题讨论】:

    标签: ios core-data entity entity-relationship magicalrecord


    【解决方案1】:

    确保您没有找到具有反向关系的属性

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多