2
Answers

To generate foreignkey using arrays in asp.net mvc

Photo of Jithil John

Jithil John

10y
970
1
To generate foreignkey using arrays instead of ICollection in asp.net mvc ,

 like this - public virtual SelectListItem[] NationalityList { get; set; }

Answers (2)