BlazarTech.QueryableValues
BlazarTech.QueryableValues copied to clipboard
Joining entities with table
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?
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?