entity framework modeling problems

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top