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

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