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

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