gpt4 book ai didi

ios - 核心数据 - 选择特定列

转载 作者:行者123 更新时间:2023-11-28 07:14:38 25 4
gpt4 key购买 nike

我试图从我的数据库中只选择一些列,但它仍然返回我所有的。我正在执行以下操作:

        let fetchRequest = NSFetchRequest(entityName: "Father")
fetchRequest.propertiesToFetch = NSArray(objects: "id", "name")

let sorterByName = NSSortDescriptor(key: "name", ascending: true)
fetchRequest.sortDescriptors = NSArray(object: sorterByName)

我有以下列:

  • 编号
  • 姓名
  • 地址
  • 年龄

我只需要选择 idname 但会返回所有列。

最佳答案

您可以在 Apple 的 propertiesToFetch 文档中找到:

This value is only used if resultType is set to NSDictionaryResultType.

关于ios - 核心数据 - 选择特定列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26841891/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com