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

CrossApply not implemented in Jet #56

Open
HarisAijaz opened this issue Oct 26, 2020 · 0 comments
Open

CrossApply not implemented in Jet #56

HarisAijaz opened this issue Oct 26, 2020 · 0 comments

Comments

@HarisAijaz
Copy link

The following Linq query:
DbContext.user.Where(u => u.name.StartsWith(Text) && DbContext.invoice.FirstOrDefault(p => p.user_id == u.id) != null).ToList();
which is giving me the exception "CrossApply not implemented in Jet".

The query is working with SQL Server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant