标签:time pre into where tor sel div rom ice
var qGroup = from dispatch in _dispatchRepository.GetAll() group dispatch by dispatch.DeviceId into g select g.Key + "_" + g.Max(d => d.BeginTime); var query = from dispatch in _dispatchRepository.GetAll() where qGroup.Contains(dispatch.DeviceId + "_" + dispatch.BeginTime) select dispatch;
标签:time pre into where tor sel div rom ice
原文地址:http://www.cnblogs.com/xuhongcai/p/6932587.html