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
Derivedtype support (part 2) #410
Conversation
Hi @chinadragon0515, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
8073a46
to
11c4798
Compare
3721964
to
702d1aa
Compare
702d1aa
to
c69ac00
Compare
if (sourceType == resultType) | ||
{ | ||
return new DerivedDataReference(source); | ||
return new QueryModelReference(source.EntitySet,source.Type); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space after comma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
All comments are addressed in next PR, will merge this PR first, and more comments, continue add here, I will address in next PR. |
Issues
This pull request fixes part of issue #117
Description
Add support for the query
Checklist (Uncheck if it is not completed)