Difference between revisions of "GDL FAQ"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Should I Make Foreign Key Attributes Class Properties? | + | [[Category:FAQ]] |
+ | |||
+ | === 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. | 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. | ||
+ | |||
+ | [[Category:Database Frameworks]] |
Latest revision as of 00:27, 28 June 2010
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.