1
Answer

LINQ to SQL Association

Hi there,

Can any one to help me to come out of my doubt?

I have an table called Customer which has the customer related fields and other two columns called CreatedBy and ModifiedBy these two columns are indeed referring to Users table

Now, how can I set the LINQ to SQL association between the table customers and users for the columns CreatedBy and ModifiedBy
Answers (1)