c# - How to add relationship attributes in entity framework model first? -


how can add relationship attribute in many many relationship when using model first approach entity framework?

suppose have 2 entities entity_1 , entity_2 has many many association. let's assume association has attribute attr1. how model in entity designer in visual studio 2013?

is there option or isn't there option?

you can find on subject.

http://www.entityframeworktutorial.net/code-first/configure-many-to-many-relationship-in-code-first.aspx


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -