A typical relational database will have many connected tables and views through foreign key constraints. The SQL provider is able to show you these constraints on entities. They appear as properties named the same as the constraint in the database.
You can gain access to these child or parent entities by simply enumerating the property in question.