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

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