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

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