Example #1
0
            public override DataTable Clone()
            {
                tsh_RecursosHumanosDataTable cln = ((tsh_RecursosHumanosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tabletsh_RecursosHumanos = ((tsh_RecursosHumanosDataTable)(this.Tables["tsh_RecursosHumanos"]));
     if ((this.tabletsh_RecursosHumanos != null))
     {
         this.tabletsh_RecursosHumanos.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName              = "tsh_RecursosHumanosExDataset";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/tsh_RecursosHumanosEx.xsd";
     this.Locale                   = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive            = false;
     this.EnforceConstraints       = true;
     this.tabletsh_RecursosHumanos = new tsh_RecursosHumanosDataTable();
     this.Tables.Add(this.tabletsh_RecursosHumanos);
 }
Example #4
0
 internal tsh_RecursosHumanosRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsh_RecursosHumanos = ((tsh_RecursosHumanosDataTable)(this.Table));
 }