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

Add Query.Select(IEnumerable<string>) overload #474

Closed
bsagal opened this issue May 9, 2021 · 1 comment · Fixed by #502
Closed

Add Query.Select(IEnumerable<string>) overload #474

bsagal opened this issue May 9, 2021 · 1 comment · Fixed by #502

Comments

@bsagal
Copy link

bsagal commented May 9, 2021

It would be very helpful if you could add an overload to Query.Select that accepts a IEnumerable<string>.

I have a list of columns as an IEnumerable but in order to add to the select list i need to unnecessarily convert them to an array.

@ahmad-moussawi
Copy link
Contributor

Would you mind adding a PR for this?

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

Successfully merging a pull request may close this issue.

2 participants