public tfi_TDCompTesoreria_CondicionesDeVentaRow Addtfi_TDCompTesoreria_CondicionesDeVentaRow(string IdTDCompTesoreria_CondicionesDeVenta, string idTDCompTesoreria, string idCondicionDeVenta, string MetodoDeComparacion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, long IdProceso, long IdTarea)
            {
                tfi_TDCompTesoreria_CondicionesDeVentaRow rowtfi_TDCompTesoreria_CondicionesDeVentaRow = ((tfi_TDCompTesoreria_CondicionesDeVentaRow)(this.NewRow()));

                rowtfi_TDCompTesoreria_CondicionesDeVentaRow.ItemArray = new object[] {
                    IdTDCompTesoreria_CondicionesDeVenta,
                    idTDCompTesoreria,
                    idCondicionDeVenta,
                    MetodoDeComparacion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdProceso,
                    IdTarea
                };
                this.Rows.Add(rowtfi_TDCompTesoreria_CondicionesDeVentaRow);
                return(rowtfi_TDCompTesoreria_CondicionesDeVentaRow);
            }
 public tfi_TDCompTesoreria_CondicionesDeVentaRowChangeEvent(tfi_TDCompTesoreria_CondicionesDeVentaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetfi_TDCompTesoreria_CondicionesDeVentaRow(tfi_TDCompTesoreria_CondicionesDeVentaRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtfi_TDCompTesoreria_CondicionesDeVentaRow(tfi_TDCompTesoreria_CondicionesDeVentaRow row)
 {
     this.Rows.Add(row);
 }