GDL FAQ

From GNUstepWiki
Revision as of 00:24, 28 June 2010 by Dwetzel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Should I Make Foreign Key Attributes Class Properties?

No. If you need to access a foreign key value (because you want to display it in the user interface, for example), you should access it through the corresponding destination object.