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

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