views:

9

answers:

0

On EF4: e.g: I have a SystemRole entityType that has a SystemUsers navigation property, and SystemUser entityType has a SystemRoles navigation property, the association is from SystemRole.SystemRoleId to SystemUser.SystemUserId.

My question is: Is there a way to get the "SystemRole.SystemRoleId" & "SystemUser.SystemUserId" from the specified navigation property?