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

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