Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joining entities with table #40

Open
andrewkittredge opened this issue Nov 21, 2023 · 1 comment
Open

Joining entities with table #40

andrewkittredge opened this issue Nov 21, 2023 · 1 comment
Labels
question Further information is requested

Comments

@andrewkittredge
Copy link

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?

@yv989c
Copy link
Owner

yv989c commented Nov 23, 2023

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?

@yv989c yv989c added the question Further information is requested label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants