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

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