You can use LINQ like this: Copy Code. IEnumerable<DataRow> selectedRows = dt1.AsEnumerable() .Where(row => (row.Field<DateTime>("Shift ...
確定! 回上一頁