I have NxN table, imagine:...User(id, ...) <- UserAddresses(id, userId, addressId, enabled, ...) -> Addresses(id, ...)...UserAddresses contains the FK to user and to address.
For what I know, the Entity created by the Entity Framework User, contains a c...