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

FromSql is not working #5128

Closed
Imjamshid opened this issue Apr 20, 2016 · 2 comments
Closed

FromSql is not working #5128

Imjamshid opened this issue Apr 20, 2016 · 2 comments

Comments

@Imjamshid
Copy link

FromSql option is not working ignored type.

Ignored by using

modelBuilder.Ignore

Context.type.FromSql("select ....").

It thrown an exception from framework.. its working if we removed the ignore from the model builder

@gdoron
Copy link

gdoron commented Apr 20, 2016

You probably want to add more details to the issue.
With real full code of the query, configuration and the error you get.

@anpete
Copy link
Contributor

anpete commented Apr 20, 2016

FromSql only currently works with mapped (not ignored) entities. Tracked here: #1862.

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
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

5 participants