c# - Entity Model Relationship in Entity Framework -


i have database , there 4 tables in named city, course, college, student. when create ado.net entity data model, not showing foreign key column relationships in database exist.

my entity model screenshot:

enter image description here

the student table have 4 keys in database:

enter image description here

please show full entity model relationships


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -