0
Joining db tables using entity
Please help me to join 2 tables in database using entity framework in c#
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.