For example I have the following tables:
Class Customer { public string UserId { get; set;} public string CustomerId { get; set;} }
How