I have this Error
use casting ('t => ((Derived)t).MyProperty') or the 'as' operator ('t => (t as Derived).MyProperty'). Collection navigation access can be filtered by composing Where, OrderBy(Descending), ThenBy(Descending), Skip or Take operations. For more information on including related data, see http://go.microsoft.com/fwlink/?LinkID=746393.'
this my code
i want get Employee name
this path on the images
TBEmployeePc > TBEmployee > EmployeeName (i want get this "EmployeeName")
any ideas