CS1061: 'IEnumerable<Orders_Tables>' does not contain a definition for 'labViewResult' and no extension method 'labViewResult'
问题 I got this error when click on details link : CS1061: 'IEnumerable' does not contain a definition for 'labViewResult' and no extension method 'labViewResult' accepting a first argument of type 'IEnumerable' could be found (are you missing a using directive or an assembly reference?) This is my model : public partial class LAB_RESULTS_CLINIC_VIEW { public int order_number { get; set; } public int Test_Id { get; set; } public string Test_Name { get; set; } public string Normal { get; set; }