public tsa_ComprobanteValoresVarAuxRow Addtsa_ComprobanteValoresVarAuxRow(string IdComprobante, string IdVarAuxComprobante, string Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string RowIdGenerado) { tsa_ComprobanteValoresVarAuxRow rowtsa_ComprobanteValoresVarAuxRow = ((tsa_ComprobanteValoresVarAuxRow)(this.NewRow())); rowtsa_ComprobanteValoresVarAuxRow.ItemArray = new object[] { IdComprobante, IdVarAuxComprobante, Valor, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, IdReservado, RowId, IdEmpresa, IdSucursal, RowIdGenerado }; this.Rows.Add(rowtsa_ComprobanteValoresVarAuxRow); return(rowtsa_ComprobanteValoresVarAuxRow); }
public tsa_ComprobanteValoresVarAuxRowChangeEvent(tsa_ComprobanteValoresVarAuxRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetsa_ComprobanteValoresVarAuxRow(tsa_ComprobanteValoresVarAuxRow row) { this.Rows.Remove(row); }
public void Addtsa_ComprobanteValoresVarAuxRow(tsa_ComprobanteValoresVarAuxRow row) { this.Rows.Add(row); }