Home > other >  I am unable to convert the following SQL query to .Net Entity framework
I am unable to convert the following SQL query to .Net Entity framework

Time:04-22

SELECT * 
FROM HCMTemplates 
INNER JOIN Status ON HCMTemplates.TemplateStatus=Status.Id 
INNER JOIN Country ON HCMTemplates.AssignToCountry=Country.code
Where HCMTemplates.TemplateName like '           
  • Related