I have three tables structure like following
AppUser User App
********* ****** ******
AppUserId UserId AppId
UserId
AppId
UserId and AppId of Table AppUser is foreign keys to table User and App. When I generate 3 tables to Entity Data Model, it has three class AppUser, User as well as App. However, I don't uderstand AppUser.UserReference and AppUser.User