Find a data in the data set

xiaoxiao2021-03-06  103

DataSet DSR = DS4;

Dsr.tables [0] .primarykey = new datacolumn [] {dsr.tables [0] .columns ["partname"]};

DataRow FoundRows = dsr.tables [0] .rows.find ("Channel Department");

DSR.Tables [0]. Rows.Remove (FoundRows);

转载请注明原文地址:https://www.9cbs.com/read-101426.html

New Post(0)