I'm wondering if something is wrong with my configuration or my database, because I haven't been able to find any generated code that allows me to do a many-to-many lookup. I have 3 tables in my DB: User (Id, Code, Password, Active) Role (Id, Code, Description) UserRole (Id, User, Role) The 'UserRole'...