函数求值需要在EF中使用DBFunction时运行所有线程

时间:2018-06-09 07:10:40

标签: c# asp.net-mvc

在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();

0 个答案:

没有答案