hello,
I have table SublocationTbl that have SubLocationName and LocationId(this field is foreign key from table LocationTbl), and I have business entity data model I know that the foreign key dosen't appear in the business entity my problrm is: how can I set the value of locationId when I need to add new subLocation?