在MVC 5.2.3.0中使用EFFunction时,我在计算年龄时遇到问题 它从db获得记录但是在面对这个问题的快速监视中,函数评估需要所有线程在该函数上运行。
DateTime dt = SDViewModel.Model.vt_Common.GetCurrentDateTime();
return DBContext.vt_Booking.Include("vt_UserProfile").Include("vt_UserProfile1").Where(x => x.vt_UserProfile1.ParentID == id && (DbFunctions.DiffDays(x.vt_UserProfile1.DOB, dt) / 365.25) < 18).ToList();