public customprocedureRow AddcustomprocedureRow(string officialname, string customname, string lu, System.DateTime lt) { customprocedureRow rowcustomprocedureRow = ((customprocedureRow)(this.NewRow())); object[] columnValuesArray = new object[] { officialname, customname, lu, lt }; rowcustomprocedureRow.ItemArray = columnValuesArray; this.Rows.Add(rowcustomprocedureRow); return(rowcustomprocedureRow); }
public customprocedureRowChangeEvent(customprocedureRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemovecustomprocedureRow(customprocedureRow row) { this.Rows.Remove(row); }
public void AddcustomprocedureRow(customprocedureRow row) { this.Rows.Add(row); }