Joining db tables using entity | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Joining db tables using entity

Please help me to join 2 tables in database using entity framework in c#

30th Oct 2019, 1:47 PM
Rachid Beramou
Rachid Beramou - avatar
1 Answer
+ 1
Use a LINQ statement. Entity Framework is dependent on LINQ to do all of the querying. It would be very similar to a SQL statement.
8th Dec 2019, 7:52 AM
Kail Galestorm
Kail Galestorm - avatar