I have table with this structure ID PK and two columns with FK for example ActivityID and ContactID.
I try programmatically insert some value in this two FK columns.
How can I do this, any help is appriciated.Tnx
I have table with this structure ID PK and two columns with FK for
Share
If you want to use your structure – you have to get instances of Activity and of Contact and just set corresponding properties on new entity.