Search Results

0
votes
1answer
71 views

Update Data Model Business Entity

hello, I have web application where Iam using linq to business entites i have business data model. the problem is : I have table with one column that it dosen't allow null v …
1
vote
3answers
183 views

Foreign Key in Entity Data Model

hello, I use Entity Data Model but I have aproblem: If a table e.g Customers have categoryId(foreign key from table category) it is not appear in cutomers entity???? so how can i retrive this value …
0
votes
1answer
59 views

Set foreign key value in business entity data model

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 …