Find dependent table in entity framework c#

Apr 29 2015 8:05 AM

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.