如何实现 linq子查询


如何实现 linq子查询。

var tskType = (from tak in resLs join type in taskTypeRel_R.GetAll() on tak.Id equals type.TaskId select type).ToList();

  

原文地址:https://www.cnblogs.com/wuguangwei/p/11420876.html