How to join Multiple tables using Repository Pattern & Entity Framework?

Viewed 22635

I need to join multiple tables using repository pattern & Entity Framework (using C#). Is this possible? If so, please let me know how to do the same.

1 Answers
Related