public RYOfXMRow AddRYOfXMRow(string ZiZhiText, string ZhuanYeText, string RYName, string IDNum, string ZhiCheng, string YinZhangNo, string ZhuanYeSX, string ZhuanYeCS, string GongLing, string DDRole, string OrNo) { RYOfXMRow rowRYOfXMRow = ((RYOfXMRow)(this.NewRow())); object[] columnValuesArray = new object[] { ZiZhiText, ZhuanYeText, RYName, IDNum, ZhiCheng, YinZhangNo, ZhuanYeSX, ZhuanYeCS, GongLing, DDRole, OrNo }; rowRYOfXMRow.ItemArray = columnValuesArray; this.Rows.Add(rowRYOfXMRow); return(rowRYOfXMRow); }
public void RemoveRYOfXMRow(RYOfXMRow row) { this.Rows.Remove(row); }
public void AddRYOfXMRow(RYOfXMRow row) { this.Rows.Add(row); }
public RYOfXMRowChangeEvent(RYOfXMRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }