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
I have an Entity where I rely on DB engine to autoincrement PK as int, therefore I do not have setter on such PK
I have tried to use backing field on PK I have tried not to have setter at all on PK I have tried to have private setter on PK
All of these did not work and threw System.ArgumentException : Property set method not found.
The text was updated successfully, but these errors were encountered:
@risogolo please make an dotnetfiddle example to reproduce.
Sorry, something went wrong.
No branches or pull requests
I have an Entity where I rely on DB engine to autoincrement PK as int, therefore I do not have setter on such PK
I have tried to use backing field on PK
I have tried not to have setter at all on PK
I have tried to have private setter on PK
All of these did not work and threw System.ArgumentException : Property set method not found.
The text was updated successfully, but these errors were encountered: