Entity Framework 1:1 Relationship Identity Colums
- by Hupperware
I cannot for the life of me get two separate tables to save with a relationship and two identity columns. I keep getting errors like A dependent property in a ReferentialConstraint is mapped to a store-generated column. Column: 'OlsTerminalId'. I can't imagine that this setup is abnormal.
[DataContract]
public class OlsData {
private…