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

Join with local collection using TVP? #19016

Closed
smitpatel opened this issue Nov 21, 2019 · 2 comments
Closed

Join with local collection using TVP? #19016

smitpatel opened this issue Nov 21, 2019 · 2 comments

Comments

@smitpatel
Copy link
Contributor

            var ids = new uint[] { 1, 2 };

            await AssertQueryScalar(
                async,
                ss => from e in ss.Set<Employee>()
                      join id in ids on e.EmployeeID equals id
                      select e.EmployeeID);

Above could be written as contains also. For tuples above syntax may help.

@smitpatel
Copy link
Contributor Author

Related #17031

@roji
Copy link
Member

roji commented Apr 18, 2023

Duplicate of #30426

@roji roji marked this as a duplicate of #30426 Apr 18, 2023
@roji roji removed this from the Backlog milestone Apr 18, 2023
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants