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
hi dear @bilal-fazlani
I was faced with a problem.
in this case I get an exceprion:
public class Student { public int Id{get; set;} } public class StudentAddress { [Key] public int StudentId{get;set;} public string Address{get;set;} }
when I want to save StudentAddress, because can't find primary key
The text was updated successfully, but these errors were encountered:
What is the exception?
stacktrace ?
Sorry, something went wrong.
No branches or pull requests
hi dear @bilal-fazlani
I was faced with a problem.
in this case I get an exceprion:
when I want to save StudentAddress, because can't find primary key
The text was updated successfully, but these errors were encountered: