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

Support .Any() on local enumerables within query #13

Open
Conaugh opened this issue Jul 8, 2019 · 0 comments
Open

Support .Any() on local enumerables within query #13

Conaugh opened this issue Jul 8, 2019 · 0 comments

Comments

@Conaugh
Copy link
Contributor

Conaugh commented Jul 8, 2019

Currently, .Any() is supported on enumerables within the query - e.g. .Where(customer => customer.Orders.Any(o => o == order)). It would be useful to be able to use .Any() on enumerables which have been declared in the calling scope - e.g. .Where(customer => ordersOutsideQuery.Any(o => o.Customer.Name.StartsWith(customer.Name)))

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