LINQ to SQL Association

Aug 15 2009 12:16 PM
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)