My app has clients that each have a single billing profile. I\'m envisioning my app having a \"Client\" model with an attribute called \"billing_profile\" which would reference another model called \
Is it possible to create a one to zero or one relationship in Linq2SQL? My understanding is that to create a one to one relationship you create a FK relationship on the PK of each table.
I\'d like one of my entities to have a one-to-one relationship with a class hierarchy. Think of it like a Strategy pattern, where each strategy needs different parameters to be persisted. I tried usin
I want a unidirectional one-to-one relationship between objects of 3 java classes: Person to Heart, and Person to Liver. I want the objects to share the same PK i.e. every person has a corresponding h
I\'d like to model the following relationship. [JoinedBase] MasterForm{ Guid MasterFormId {get;set;} /* some base properties like modifiedBy etc... */