How to do inner join in Entity Framework ASP NET
I have an ASP NET project where I am using Entity to manage database queries, however I want to know how I can do an INNER JOIN between two tables with Entity, in this case the user table with type_access_user, I would like to return the name of the type_access_user in a query made in the user.