public tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow Addtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow(
                string IdCuentaCondicionDeVentaTDCompTesoreria,
                string IdCuenta,
                string IdCondicionDeVenta,
                string idTDCompTesoreria,
                System.Decimal Valor,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa,
                string MetodoDeAsignacion,
                long IdProceso,
                long IdTarea)
            {
                tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow rowtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow = ((tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow)(this.NewRow()));

                rowtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow.ItemArray = new object[] {
                    IdCuentaCondicionDeVentaTDCompTesoreria,
                    IdCuenta,
                    IdCondicionDeVenta,
                    idTDCompTesoreria,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    MetodoDeAsignacion,
                    IdProceso,
                    IdTarea
                };
                this.Rows.Add(rowtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow);
                return(rowtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow);
            }
 public tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRowChangeEvent(tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow(tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow(tsa_CuentasCondicionesDeVenta_TDCompTesoreriaRow row)
 {
     this.Rows.Add(row);
 }