Joining db tables using entity | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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