I've been looking for an example about how to build an one-to-one relationship in EF4v2 with POCO's. I found a lot of examples that show only how to create one-to-many or many-to-many. Do you have any resource about it?
A:
Look at Customer
-> CustomerDetail
in this example. This is 1:0..1, but I'm guessing that will do.
Craig Stuntz
2010-01-18 21:47:43