public tsy_ConceptosImpuestosGananciasRow Addtsy_ConceptosImpuestosGananciasRow(long IdConceptoImpuestoGanancias, string Descripcion, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tsy_ConceptosImpuestosGananciasRow rowtsy_ConceptosImpuestosGananciasRow = ((tsy_ConceptosImpuestosGananciasRow)(this.NewRow()));

                rowtsy_ConceptosImpuestosGananciasRow.ItemArray = new object[] {
                    IdConceptoImpuestoGanancias,
                    Descripcion,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsy_ConceptosImpuestosGananciasRow);
                return(rowtsy_ConceptosImpuestosGananciasRow);
            }
 public tsy_ConceptosImpuestosGananciasRowChangeEvent(tsy_ConceptosImpuestosGananciasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_ConceptosImpuestosGananciasRow(tsy_ConceptosImpuestosGananciasRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_ConceptosImpuestosGananciasRow(tsy_ConceptosImpuestosGananciasRow row)
 {
     this.Rows.Add(row);
 }