Hi there,
I wanted to create a new property on a table in my model.. Basically i have a table called contract which has lots of fields, but i want to add another field called client which will hold my other table called client..
I tried playing around with complex types but i don't know if this is it.... Then i found navigation property ... this sounded interesting ... like a link to the client maybe?? .. but i could seem to point it anywhere..
Basically the Contract table/model needs a new property called client ... client is actually an entity but the client must travel whith the contract.
How is this done??
I wanted to set this up in the model so i can automatically UPDATE Model etc.... and not loose any custom changes..
I could of course just insert something into the Partial class on another file....
Any ideas?
Thanks