Joining db tables using entity | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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