public datosRow AdddatosRow(int TareaAlertaID, string Descripcion, int Valor) { datosRow rowdatosRow = ((datosRow)(this.NewRow())); object[] columnValuesArray = new object[] { TareaAlertaID, Descripcion, Valor }; rowdatosRow.ItemArray = columnValuesArray; this.Rows.Add(rowdatosRow); return(rowdatosRow); }
public datosRowChangeEvent(datosRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemovedatosRow(datosRow row) { this.Rows.Remove(row); }
public void AdddatosRow(datosRow row) { this.Rows.Add(row); }