1
我設計了這樣一個數據結構:iPhone - 核心數據中獲取數據
employee
. department
. building
. sector
> number (this is a relationship to employeeData)
employeeData
. name
. position
. salary
> number (this is a relationship to employee)
這樣一來,將有每名僱員只有一個EmployeeData工作項。
我有所有實體的類。
現在,我該如何獲取匹配特定號碼的每個員工,然後獲取與員工相對應的employeeData?
我需要的是這個
「找到EmployeeData工作的employee.number = X」
感謝
謝謝!!!!!!!!!!!最後一行有一個小問題,因爲數據沒有被聲明,但基於此,我得到了正確的答案! – SpaceDog 2010-12-21 21:40:36