Khou wrote:
Hi
sorry forgot to attach the diagram , the diagram contains the following example
User can have many of home,work,mobile phone numbers However only the phone numbers in the contactinformation table will be the users primary contact numbers.
ContactInformation
-PKContactInformationID
etc..
-FKHomePhoneID <---FK1
-FKWorkPhoneID <---FK2
-FKMobilePhoneID <---FK3
Phone
-FKPhoneID
-PhoneNumber
etc..
would LLBLGen be ok with the above design? or it will be confused?
no problem.
You can also rename the properties generated by LLBL.
By default it generates three properties:
Phone
Phone_
Phone__
from LLBL designer you can rename in:
HomePhone
WorkPhone
MobilePhone