Hi
I am just starting out with the Entity Framework and in my ms sql database I made a diagram in some relationships of tables have a primary key to primary key relation ship what I conceive as 1 to 1 relationship.
Now I generated EF database in VS2008 and these same ones have a relationship of 1 to 0..1
So it seems to say "0" or "1". I am not sure what this really means and if I should be correcting it to 1 to 1.
Thanks