public override DataTable Clone()
            {
                tsy_ConceptosImpuestosGananciasDataTable cln = ((tsy_ConceptosImpuestosGananciasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletsy_ConceptosImpuestosGanancias = ((tsy_ConceptosImpuestosGananciasDataTable)(this.Tables["tsy_ConceptosImpuestosGanancias"]));
     if ((this.tabletsy_ConceptosImpuestosGanancias != null))
     {
         this.tabletsy_ConceptosImpuestosGanancias.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName        = "tsy_ConceptosImpuestosGananciasDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tsy_ConceptosImpuestosGanancias.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletsy_ConceptosImpuestosGanancias = new tsy_ConceptosImpuestosGananciasDataTable();
     this.Tables.Add(this.tabletsy_ConceptosImpuestosGanancias);
 }
 internal tsy_ConceptosImpuestosGananciasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsy_ConceptosImpuestosGanancias = ((tsy_ConceptosImpuestosGananciasDataTable)(this.Table));
 }