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

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