Hi, I'm having a ridiculous little problem.
I have generated my model classes in visual C# Express 2010 but in a 1(parent)->Many(children) relation I can only access the children through a vector in the parent. I want to also be able to access the parent through a child.
Does anyone know if this is a setting problem with a simple check the checkbox to fix, database design or is it just some random error?