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

Allow Include to be invoked after AsExpandable (when EF is used). #19

Merged
merged 1 commit into from
Sep 29, 2015

Conversation

artelk
Copy link
Contributor

@artelk artelk commented Apr 14, 2015

A bit tricky solution adding Invoke to the ExpandedQuery for T of referenced types.
This allows things like this:
db.Foo.AsExpandable().Include(_ =>.Bar)
and even this:
db.Foo.AsExpandable().Where(
=>.SomeFlag).Include( =>_.Bar)

@Thorium
Copy link
Collaborator

Thorium commented Apr 15, 2015

Ping, issue #14

@Thorium Thorium merged commit 0a3dc4a into scottksmith95:master Sep 29, 2015
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 this pull request may close these issues.

2 participants