views:

30

answers:

1

For Entity Framework associations, are Independent Associations or FK Associations recommended?

I have been receiving an error with the multiplicity I tried to use in an independent association.

A: 

The errors I was receiving were fixed when I re-ran the "Generate Database from Model" command. I must re-run this every model change I make to clear the errors.

I will use the FK Associations since they are currently the default.

Brandon