Menu

#26 Reverse foreign key lookups

open
nobody
5
2005-07-24
2005-07-24
No
Suppose we have 2 tables 
1\) CustomerAddress
        ID 
        Address
        CityID

2\) City
        ID
        Name

Now generally in this we will get
CustomerAddress.GetCity() but what I also want is
City.AllCustomerAddress

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.