System.Linq.Dynamic.Core icon indicating copy to clipboard operation
System.Linq.Dynamic.Core copied to clipboard

EF Core .Include() support

Open idan-h opened this issue 4 years ago • 1 comments

Hey, first of all thank you for this repo.
I tried to find a solution for including a specific foreign key object in EF Core by using the .Include() method on the DbSet, but I couldn't find one.. Is it possible to implement? Am I missing something?
I am willing to do a PR which adds the feature if doesn't exist, but I don't undestand enough about this repo to implement it yet. Some guidence will be appreciated.

Thank you!

idan-h avatar Dec 15 '21 16:12 idan-h

@idan-h Can you please create an example project which shows what you are trying to achieve?

StefH avatar Oct 13 '24 11:10 StefH