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

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