Association Mapping Details confusion?
- by AaronLS
I have never understood why the associations in EntityFramework look the way they do in the Mapping Details window.
When I select the line between 2 tables for an association, for example FK_ApplicationSectionsNodes_FormItems, it shows this:
Association
Maps to ApplicationSectionNodes
FormItems
(key symbol) FormItemId:Int32 …