0
Answer

Find dependent table in entity framework c#

Photo of harshada pawase

harshada pawase

10y
900
1

I want to insert data into table as well as in dependent tables. E.g Table Employee has foreign key relationship to Company table, and same way Company has to City. I want to get list of Company and city as dependent tables of Employee. And I am implementing Entity Framework in Visual studio 2012.

Thanks in Advance.

Answers (0)