one-to-one relationships in Entity Framework 4 v2 with POCO

Posted by Higor on Stack Overflow See other posts from Stack Overflow or by Higor
Published on 2010-01-18T21:36:27Z Indexed on 2010/04/06 22:23 UTC
Read the original article Hit count: 296

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?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about entity-framework-4