You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @andrewkittredge, I'm not currently familiar with the LinqKit APIs you are utilizing, so I'm unable to offer immediate feedback. However, to better understand your approach, could you please explain the purpose of the JoinWithTable extension method? Specifically, I'm interested in understanding what unique problem it addresses that is not already solved by the standard IQueryable<TResult>.Join method?
I frequently have a list of entities that I want to "join" with a database table.
I combined this project with LinqKit and created https://gist.github.com/andrewkittredge/ce322944caf5781eb7f4efade5c1266e.
I am interested in you opinion. Is there a better way?
The text was updated successfully, but these errors were encountered: