Answer the question
In order to leave comments, you need to log in
Update-database error, what could be the problem?
Created a new model and want to bind it in another model:
[ForeignKey("News")]
[DataType("ForeignKey")]
public int? NewsId { get; set; }
public virtual News News{ get; set; }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question