DataSet objDS = new DataSet();
tempDAD.Fill(objDS);
int iRowCount = objDS.Tables[0].Rows.Count;
上一页 [1] [2] [3] [4] [5]