Child references in Entity Framework

 
275   99.6
Jul 19, 2010
 
How can I get the child references of a specified entity in Entity Framework?
Example: I have an entity named Role which is being used by an entity User.

Is there a generic way to get all the child references of the entity on the entity key?