Skip to content

CrossApply not implemented in Jet #56

Description

@HarisAijaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions