We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
You probably want to add more details to the issue. With real full code of the query, configuration and the error you get.
Sorry, something went wrong.
FromSql only currently works with mapped (not ignored) entities. Tracked here: #1862.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: