Joining db tables using entity | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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