I have two entity that they have a many-to-many association. In use Model First. In sql Database, a separate table is created for many-to-many association composed by two table primary key. I want to add some fields to this table in EF. How can I do this?
irani
Participant
898 Points
289 Posts
association and field
Feb 18, 2012 12:05 PM|LINK
I have two entity that they have a many-to-many association. In use Model First. In sql Database, a separate table is created for many-to-many association composed by two table primary key. I want to add some fields to this table in EF. How can I do this?