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

NPoco IQueryable provider? #64

Closed
CaspianCanuck opened this issue Dec 9, 2013 · 2 comments
Closed

NPoco IQueryable provider? #64

CaspianCanuck opened this issue Dec 9, 2013 · 2 comments

Comments

@CaspianCanuck
Copy link
Contributor

Adam, have you ever considered creating a NPoco provider to support Linq's IQueryable interface? Your SqlExpression is a step in that direction but it doesn't actually map to IQueryable one-to-one.

@schotime
Copy link
Owner

Thought about it, but to be honest with you, I wasn't even going to add expressions so I don't want to get into the join syntax etc.

@schotime
Copy link
Owner

Not implementing the full IQueryProvider but have a very similar API now with db.Query<T>()

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

2 participants