entity framework modeling problems

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

We have 2 connected tables with relationship many to 1.
We would like to create an entity on table's many side that also contains
the propertieses of the table with relationship 1
If we try to do it we get the following error

Error 3015: Problem in Mapping Fragments starting at lines 147, 159: Foreign
key constraint

'FK_BancaAnagraficaCAB_BancaAnagraficaABI' from table BancaAnagraficaAgenzia
(idBancaAnagraficaABI) to table BancaAnagraficaABI

(id)::Insufficient mapping: Foreign key must be mapped to some
AssociationSet on the conceptual side.

Can someone give us indications about kindly it?
 
Back
Top