C# 视图过滤时,错误无法在 System.Guid 和 System.String 上执行“=”操作
C#中使用视图过滤时,错误无法在 System.Guid 和 System.String 上执行“=”操作
List<string> ls = orderLinks.Select(n => "'" + n.REQ_PROCNO + "'").ToList(); dv.RowFilter = string.Format( " REQ_PROCNO not in ({0})",string.Join(",",ls));