anand s

anand s

  • NA
  • 13
  • 169

Joining multiple tables in .net

Apr 3 2017 2:37 PM
Hi All,
 
I am struggling to get this working in my applicaiton using C# MVC .Net framework 4.5,
 
Any help is greatly appriciated.
 
myProjects projects = db.myProjects.Find(id); 
 
Once the above line is executed, I need to join to 3 other tables for looking up values to get the discription of below attributes. 
 
ProjectStatus
ProgramName
Priority. 
 
Can you please help?
 
Regards,
Anand 

Answers (1)