-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Execute Custom SQL. #4487
Comments
|
Correction: it is on |
Yes, I did implement
Which I would of assumed would be the case |
Yes, |
Thank you Divega, anything I can do to potentially help? |
AFAIR the main two things that are missing are:
For the first one there is some pending design work, e.g. figure out what the API looks like and where we put it (and option is to do something similar to what we had in EF6) whether it is still composable like For the second one we are pretty much locked on just adding |
In Entity Framework 6 I was able to utilize
SqlQuery
. I found on Stack Overflow and several documentation that the command was modified toFromSql
. However, when I utilize the release candidate, theFromSql
command doesn't appear though the proper depdencies are specified in the application.The text was updated successfully, but these errors were encountered: