使用Select 方法時 DataRow[] = dt.Select("FirstName = 'xxx'"); // 使用LINQ 方法時 var q = from p in dt.AsEnumerable() where p.
確定! 回上一頁