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

The Skip() and Take() methods ought to be recognised as part of an expression #8

Open
timmartin opened this issue Oct 27, 2009 · 1 comment
Labels

Comments

@timmartin
Copy link
Owner

We already have support for building SQL with Skip() and Take() limits built in, but we can't currently parse them as LINQ expressions. This is a bit of an obvious gap.

@timmartin
Copy link
Owner Author

This works in a rough form, but it's probably going to be good to clean up the implementation and hopefully generalise it a little bit.

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

No branches or pull requests

1 participant