LINQ to Entities does not recognize the method Double Round(Double, Int32, System.MidpointRounding) method
问题 I've tried the below LINQ Query in Linqer it is working fine but it is giving the below error while i tried with C# from IHeal_Mnt_Tickets in iHealEntities.iHeal_Mnt_Tickets where Tickets.Active == 1 && Tickets.MntID == 1 && Tickets.InsertedOn >= fromdate && Mnt_Tickets.InsertedOn <= todate && (new string[] { "Resolved", "Assigned" }).Contains(Tickets.status) group Tickets by new { Tickets.Instance } into g select new { Instance = g.Key.Summus_Instance, Assigned = (Int64?)g.Count(p => p