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

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