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

With ignores named parameter in favour of fluid style table name #284

Closed
hmobius opened this issue Apr 22, 2013 · 0 comments
Closed

With ignores named parameter in favour of fluid style table name #284

hmobius opened this issue Apr 22, 2013 · 0 comments

Comments

@hmobius
Copy link

hmobius commented Apr 22, 2013

If I call WithTableName(xyz) where xyz is anything, xyz is ignored and the query sorted.

db.Albums.All().WithArtists(123);
db.Albums.All().WithArtists(db.Albums.Genre);

In both calls, the Artists table is joined onto the Albums table and the results returned.I would expect an ArgumentException to be thrown instead.

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