DataTable列查询加排序

 DataRow[] drArray = dt.Select("ANLYCOM_ID='" + chSPrdtStblAnly.AnlyComId + "'", "SAMPLE_DATE");
05-11 22:27