public override global::System.Data.DataTable Clone()
            {
                DemandantesInscritosOfertasEmpleoDataTable cln = ((DemandantesInscritosOfertasEmpleoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dtsDemandantesInscritos";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dtsDemandantesInscritos.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDemandantesInscritosOfertasEmpleo = new DemandantesInscritosOfertasEmpleoDataTable();
     base.Tables.Add(this.tableDemandantesInscritosOfertasEmpleo);
 }
 internal void InitVars(bool initTable)
 {
     this.tableDemandantesInscritosOfertasEmpleo = ((DemandantesInscritosOfertasEmpleoDataTable)(base.Tables["DemandantesInscritosOfertasEmpleo"]));
     if ((initTable == true))
     {
         if ((this.tableDemandantesInscritosOfertasEmpleo != null))
         {
             this.tableDemandantesInscritosOfertasEmpleo.InitVars();
         }
     }
 }
 internal DemandantesInscritosOfertasEmpleoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDemandantesInscritosOfertasEmpleo = ((DemandantesInscritosOfertasEmpleoDataTable)(this.Table));
 }