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

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