将数据插入数据集的命令是什么?以下代码有什么问题:
DataSetReasons.Data_Tracker_RcodeDataTable GRX =
new DataSetReasons.Data_Tracker_RcodeDataTable();
DataSetReasons.Data_Tracker_RcodeRow rowx =
DataSetReasons.Data_Tracker_RcodeRow();
rowx.dtrc_id = 5;
rowx.eval_id = 28;
rowx.dtcr_StaffNum = "505651";
rowx.dtrc_RC1 = "C";
rowx.dtrc_RC2 = "A";
rowx.dtrc_RM1 = 2;
rowx.dtrc_RM2 = 4;
GRX.Rows.Add(rowx);