Get Foreign key relationship dynamically
HelloI want to know is there any method in "Linq/ Entity framework" to identify the relationship exists between two entities. For Example:
I have a string which contains DB entities separated with comma as shown ("Employee,Department"). I want to compare the Employee and Department to know is there any relationship exists.