public tsy_ImpuestosCuentasRow Addtsy_ImpuestosCuentasRow(string IdImpuesto, string IdCuenta, string MetodoDeAsignacion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tsy_ImpuestosCuentasRow rowtsy_ImpuestosCuentasRow = ((tsy_ImpuestosCuentasRow)(this.NewRow()));

                rowtsy_ImpuestosCuentasRow.ItemArray = new object[] {
                    IdImpuesto,
                    IdCuenta,
                    MetodoDeAsignacion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsy_ImpuestosCuentasRow);
                return(rowtsy_ImpuestosCuentasRow);
            }
 public tsy_ImpuestosCuentasRowChangeEvent(tsy_ImpuestosCuentasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_ImpuestosCuentasRow(tsy_ImpuestosCuentasRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_ImpuestosCuentasRow(tsy_ImpuestosCuentasRow row)
 {
     this.Rows.Add(row);
 }