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

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