var session = LepulsDB.DBContext.ACC_ConfSeverity.Select(LepulsDB.ACC_ConfType,(t,f)=>t.Field(t.All,f.Name.Alias("TypeName")))
.Join(LepulsDB.ACC_ConfType,(t,f)=>t.Acc_ConfTypeID==f.ACC_ConfTypeID)
.SetSelectRange(search.PageSize, search.SkipCount)
.Where(m => m.IsDelete == false || m.IsDelete == null);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
相关资源
相似解决方案