Z_PK Column in Core Data Database

后端 未结 3 1259
暖寄归人
暖寄归人 2021-01-01 07:13

Is it possible to fetch the number from the Z_PK column created by Core Data? If so, would you fetch this column the same way you would fetch attributes you created manuall

3条回答
  •  天命终不由人
    2021-01-01 07:45

    ios read z_pk from sqlite coredata

    See this link to know more. As I know, we can't fetch Z-PK from core data. But you can know it by saving core data file like sqlite file and you can check it by query.

提交回复
热议问题