I can not make my parent table include the dependent:
var medicos = TabelaMedico.Include(m => m.Especialidade).ToList();
It displays the following error message:
CS1660: Can not convert lambda expression to type 'string' because it is not a delegate type