dotnet / ef6

This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.

Home Page:https://docs.microsoft.com/ef/ef6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please provide an extension method for EF and Linq2DB to have clear join tables such as Inner Join, Left Join, and Right Join.

vsfeedback opened this issue · comments

This issue has been moved from a ticket on Developer Community.


Please provide an extension method for EF and Linq2DB to have clear join tables such as Inner Join, Left Join, and Right Join. (Please provide EF's extension method to connect tables as clearly as Inner Join, Left Join, and Right Join as Linq2DB.) Like this, (similar to this effect), https://freesql.net/guide/select-multi-table.html, like from c in db.xxxx d from d in db.xxxx2 on c.id equal equals d.id into tmp1,This writing method is not good. (This is not a good way of writing.) )


Original Comments

Feedback Bot on 6/9/2023, 02:07 AM:

(private comment, text removed)

This issue has been closed because EF6 is no longer being actively developed. We are instead focusing on stability of the codebase, which means we will only make changes to address security issues. See the repo README for more information.