public tsy_ImpuestosProductosRow Addtsy_ImpuestosProductosRow(string IdProducto, string IdImpuesto, string MetodoDeAsignacion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tsy_ImpuestosProductosRow rowtsy_ImpuestosProductosRow = ((tsy_ImpuestosProductosRow)(this.NewRow()));

                rowtsy_ImpuestosProductosRow.ItemArray = new object[] {
                    IdProducto,
                    IdImpuesto,
                    MetodoDeAsignacion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsy_ImpuestosProductosRow);
                return(rowtsy_ImpuestosProductosRow);
            }
 public tsy_ImpuestosProductosRowChangeEvent(tsy_ImpuestosProductosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_ImpuestosProductosRow(tsy_ImpuestosProductosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_ImpuestosProductosRow(tsy_ImpuestosProductosRow row)
 {
     this.Rows.Add(row);
 }